This commit is contained in:
linfso 2024-08-12 14:38:59 +08:00
parent 32721533c9
commit 68f31d42f5

View File

@ -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);
}