md
This commit is contained in:
parent
2f300b099a
commit
385b02791d
@ -158,7 +158,7 @@ public class Oms2cWaybillController extends BaseController
|
||||
}
|
||||
}
|
||||
// 用户只能获取自己的单子
|
||||
emisWaybill.setUserId(getLoginUser().getUser().getId());
|
||||
// emisWaybill.setUserId(getLoginUser().getUser().getId());
|
||||
emisWaybill.setCustomerCode(getLoginUser().getUser().getCustomerCode());
|
||||
List<EmisWaybill> list = emisWaybillService.selectUserOrderList(emisWaybill);
|
||||
return getDataTable(list);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user