md
This commit is contained in:
parent
1609e646d7
commit
3aff47972e
@ -295,7 +295,8 @@ public class EmisWaybillController extends EmisBaseController
|
||||
startPage();
|
||||
|
||||
// 设置通用权限查询参数
|
||||
setPrivParams(emisWaybill);
|
||||
|
||||
;
|
||||
|
||||
if(!StringUtils.isEmpty(emisWaybill.getBillCode())){
|
||||
String[] billCodeSortList = emisWaybill.getBillCode().split(",");
|
||||
@ -311,6 +312,10 @@ public class EmisWaybillController extends EmisBaseController
|
||||
}
|
||||
}
|
||||
|
||||
setPrivParams(emisWaybill);
|
||||
log.error("====================");
|
||||
log.error(JSON.toJSONString(emisWaybill.getParams()))
|
||||
|
||||
List<EmisWaybill> list = emisWaybillService.selectEmisWaybillList(emisWaybill);
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user