demand: 组批次保存、批量录入、修改校验规则
committer: heyu
This commit is contained in:
parent
0664fb05dd
commit
7e1fa091bd
@ -113,7 +113,9 @@ public class EmisWaybillController extends EmisBaseController
|
||||
*/
|
||||
@GetMapping(value = "/getMasterEmisWaybills")
|
||||
public TableDataInfo getMasterEmisWaybills(EmisWaybill emisWaybill){
|
||||
startPage();
|
||||
// startPage();
|
||||
// 设置通用权限查询参数
|
||||
// setPrivParams(emisWaybill);
|
||||
emisWaybill.getParams().put("privSiteCode", getLoginUser().getUser().getOwnerSiteCode());
|
||||
List<EmisWaybill> list = emisWaybillService.selectMasterEmisWaybills(emisWaybill);
|
||||
return getDataTable(list);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user