|
@@ -1567,7 +1567,7 @@ public class CmsAccountController {
|
|
|
* 同步奈飞脆球最新邮件数据
|
|
* 同步奈飞脆球最新邮件数据
|
|
|
*/
|
|
*/
|
|
|
@PostMapping("/sync/cuiQiu/nf/last")
|
|
@PostMapping("/sync/cuiQiu/nf/last")
|
|
|
- public Result<String> export() throws Exception {
|
|
|
|
|
|
|
+ public Result<String> syncNfCuiQiuLastData() throws Exception {
|
|
|
if (envCommonService.isPrdEnv()) {
|
|
if (envCommonService.isPrdEnv()) {
|
|
|
//立即执行客服值班定时任务
|
|
//立即执行客服值班定时任务
|
|
|
XxlJobUtil.executeMarkDynamicRuleTagJob(XxlJobInfo.getExecuteTaskInstance(Constant.NF_CUI_QIU_EMAIL_SYNC_JOB_ID, StrUtil.EMPTY).toString());
|
|
XxlJobUtil.executeMarkDynamicRuleTagJob(XxlJobInfo.getExecuteTaskInstance(Constant.NF_CUI_QIU_EMAIL_SYNC_JOB_ID, StrUtil.EMPTY).toString());
|