This commit is contained in:
linfso 2025-01-15 17:38:45 +08:00
parent ab9d82ffbc
commit 2af68a6e1f

View File

@ -243,6 +243,8 @@ public class Oms2cWaybillController extends BaseController
// bug:1361 EMIS - 运单号的寄件手机号与小程序的手机号一致全部给小程序对应的手机号
// 获取当前登录人的手机号,如果电话一致就把订单归属给他
emisWaybill.getParams().put("queryPhone",getLoginUser().getUser().getPhone());
emisWaybill.getParams().put("myCustomerType",getLoginUser().getUser().getCustomerType());
emisWaybill.getParams().put("myCustNo",getLoginUser().getUser().getMonthlyPayCode());
List<EmisWaybill> list = emisWaybillService.selectUserOrderList(emisWaybill);