This commit is contained in:
linfso 2024-08-12 14:39:37 +08:00
parent 68f31d42f5
commit 5d75e793df

View File

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