no message
This commit is contained in:
parent
7d2b4f7fdb
commit
3eb0bd846f
|
|
@ -99,7 +99,7 @@ public interface IAfterServiceRecordService {
|
|||
* @param afterServiceRecord 售后记录
|
||||
* @return 结果
|
||||
*/
|
||||
AjaxResult updateGoodsAfterServiceRecord(AfterServiceRecord afterServiceRecord) throws BaseAdaPayException;
|
||||
AjaxResult updateGoodsAfterServiceRecord(AfterServiceRecord afterServiceRecord) throws Exception;
|
||||
|
||||
/**
|
||||
* 师傅重发/补发操作
|
||||
|
|
@ -118,4 +118,6 @@ public interface IAfterServiceRecordService {
|
|||
* @return 操作结果
|
||||
*/
|
||||
AjaxResult returnGoods(AfterServiceRecord afterServiceRecord);
|
||||
|
||||
AfterServiceRecord unfinished(Long id);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ public class AfterServiceRecordServiceImpl implements IAfterServiceRecordService
|
|||
// 消息组装。
|
||||
Map<String, Object> paramsNew = new HashMap<>();
|
||||
// 订单编号
|
||||
paramsNew.put("thing9", "您有1条商品售后/投诉单,客户已回复");
|
||||
paramsNew.put("thing9", "您有1条售后/投诉单,客户已回复");
|
||||
// 名称
|
||||
paramsNew.put("thing11", "请进入【我的订单--售后中】查看处理");
|
||||
CustomerAddress address = customerAddressService.selectByCustomerAddressId(orderMaster.getAddressId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue