md
This commit is contained in:
parent
32721533c9
commit
68f31d42f5
@ -509,10 +509,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