no message
This commit is contained in:
parent
35b0b86c60
commit
41a9c93f62
|
|
@ -284,7 +284,7 @@ public class OrderServiceImpl implements OrderService {
|
||||||
// 订单编号
|
// 订单编号
|
||||||
paramsNew.put("thing9", "您有1条订单超时未上门/未服务");
|
paramsNew.put("thing9", "您有1条订单超时未上门/未服务");
|
||||||
// 名称
|
// 名称
|
||||||
paramsNew.put("thing10", "请进入【我的订单--待上门--立即上门】处理");
|
paramsNew.put("thing10", "进入【我的订单--待上门】处理");
|
||||||
CustomerAddress address = customerAddressService.selectByCustomerAddressId(orderMaster.getAddressId());
|
CustomerAddress address = customerAddressService.selectByCustomerAddressId(orderMaster.getAddressId());
|
||||||
paramsNew.put("thing2", address.getName());
|
paramsNew.put("thing2", address.getName());
|
||||||
// 预约时间
|
// 预约时间
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue