no message

This commit is contained in:
cb 2025-04-18 15:08:22 +08:00
parent 73bba5dc9d
commit 6fee96a602
2 changed files with 6 additions and 6 deletions

View File

@ -742,7 +742,7 @@ public class OrderServiceImpl implements OrderService {
// 订单编号
paramsNew.put("thing13", "超时巡查,您或您下级订单超时中");
// 名称
paramsNew.put("thing7", "超时巡查,您或您下级订单超时中");
paramsNew.put("thing7", "请进入【我的订单--超时单】迅速处理");
paramsNew.put("character_string23", num );
// 预约时间

View File

@ -62,7 +62,7 @@ public class OrderTask {
*/
public void AfterSalesAndShelveOrder() {
try {
orderService.timeOutOrder();
orderService.AfterSalesAndShelveOrder();
} catch (Exception e) {
log.error(e.getMessage(), e);
}