md
This commit is contained in:
parent
ee41cdb454
commit
743f58a951
@ -192,6 +192,9 @@ public class Oms2cWaybillController extends BaseController
|
||||
}
|
||||
// 用户只能获取自己的单子
|
||||
emisWaybill.setCustomerCode(getLoginUser().getUser().getCustomerCode());
|
||||
// bug:1361 EMIS - 运单号的寄件手机号与小程序的手机号一致全部给小程序对应的手机号
|
||||
// 获取当前登录人的手机号,如果电话一致就把订单归属给他
|
||||
emisWaybill.getParams().put("queryPhone",getLoginUser().getUser().getPhone());
|
||||
|
||||
List<EmisWaybill> list = emisWaybillService.selectUserOrderList(emisWaybill);
|
||||
return getDataTable(list);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user