调整航班日计划获取
This commit is contained in:
@@ -32,7 +32,7 @@ public class AppRunner implements CommandLineRunner {
|
||||
|
||||
|
||||
Date nowDate = new Date();
|
||||
cmoutmsgService.sendSchdGetMsg(nowDate);
|
||||
cmoutmsgService.sendSchdGetMsg(null,null);//发送获取当天日计划的申请
|
||||
|
||||
//
|
||||
redisService.set(RedisKeyConstant.KEY_ISWAITSCHD, true); //等待返回日计划状态
|
||||
|
||||
Reference in New Issue
Block a user