|
@@ -27,14 +27,14 @@ public class OrderMessageFifthJob implements JobHandler {
|
|
|
@Override
|
|
@Override
|
|
|
@TenantJob
|
|
@TenantJob
|
|
|
public String execute(String param) {
|
|
public String execute(String param) {
|
|
|
- log.info(">>>>>>>>>>>>>>>>>>>>>> 开航前2天00:00仍未付款 <<<<<<<<<<<<<<<<<<<<<<");
|
|
|
|
|
|
|
+ log.info(">>>>>>>>>>>>>>>>>>>>>> 【锁定】开航前8天提醒中午12:00 <<<<<<<<<<<<<<<<<<<<<<");
|
|
|
try {
|
|
try {
|
|
|
messageSendService.sendMsg5();
|
|
messageSendService.sendMsg5();
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- log.error(">>>>>>>>>>>>>>>>>>>>>> 开航前2天00:00仍未付款 Error <<<<<<<<<<<<<<<<<<<<<<");
|
|
|
|
|
|
|
+ log.error(">>>>>>>>>>>>>>>>>>>>>> 【锁定】开航前8天提醒中午12:00 Error <<<<<<<<<<<<<<<<<<<<<<");
|
|
|
log.error(e.getMessage(), e);
|
|
log.error(e.getMessage(), e);
|
|
|
}
|
|
}
|
|
|
- log.info(">>>>>>>>>>>>>>>>>>>>>> 开航前2天00:00仍未付款 End <<<<<<<<<<<<<<<<<<<<<<");
|
|
|
|
|
|
|
+ log.info(">>>>>>>>>>>>>>>>>>>>>> 【锁定】开航前8天提醒中午12:00 End <<<<<<<<<<<<<<<<<<<<<<");
|
|
|
return "成功";
|
|
return "成功";
|
|
|
}
|
|
}
|
|
|
|
|
|