1;日报模板编辑

This commit is contained in:
wangshuai 2024-07-27 09:01:32 +08:00
parent 9920db40ad
commit 4a49174d93
1 changed files with 37 additions and 37 deletions

View File

@ -20,41 +20,41 @@ public class RyTask {
@Autowired @Autowired
private IBusFifteenInfoService iBusFifteenInfoService; private IBusFifteenInfoService iBusFifteenInfoService;
// /** /**
// * 获取订单并解析号码 5分钟 * 获取订单并解析号码 5分钟
// */ */
// public void getOrders() { public void getOrders() {
// iMeituanService.orderInfoList(); iMeituanService.orderInfoList();
// } }
//
// /** /**
// * 发送AI 1分钟 * 发送AI 1分钟
// * *
// * @throws Exception * @throws Exception
// */ */
// public void sendToAi() throws Exception { public void sendToAi() throws Exception {
// aiService.sendToAi(); aiService.sendToAi();
// } }
//
// /** /**
// * 获取AI结果 5分钟 * 获取AI结果 5分钟
// */ */
// public void getAiResult() { public void getAiResult() {
// aiService.queryAiTask(); aiService.queryAiTask();
// } }
//
// /** /**
// * 统计昨日营销数 每天8点执行一次 * 统计昨日营销数 每天8点执行一次
// */ */
// public void getReturnInfo() { public void getReturnInfo() {
// iMeituanService.getReturnInfo(null); iMeituanService.getReturnInfo(null);
//
// } }
//
// /** /**
// * 清理表 15天前数据 * 清理表 15天前数据
// */ */
// public void deleteBusFifteenInfo() { public void deleteBusFifteenInfo() {
// iBusFifteenInfoService.deleteBusFifteenInfo(); iBusFifteenInfoService.deleteBusFifteenInfo();
// } }
} }