md
This commit is contained in:
parent
68f31d42f5
commit
5d75e793df
@ -682,10 +682,10 @@ public class EmisWaybillController extends EmisBaseController
|
||||
queryEmisWaybill.setParams(null);
|
||||
queryEmisWaybill.getParams().put("billCodeSortList",Arrays.asList(billCodeSortList));
|
||||
}
|
||||
list = emisWaybillService.selectPrintWaybillList(queryEmisWaybill);
|
||||
list = emisWaybillService.selectEmisWaybillList(queryEmisWaybill);
|
||||
}else{
|
||||
// 设置通用权限查询参数
|
||||
list = emisWaybillService.selectPrintWaybillList(emisWaybill);
|
||||
list = emisWaybillService.selectEmisWaybillList(emisWaybill);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user