Commit a28af89a by 邹磊浩

修改代码

parent e218a74d
...@@ -67,7 +67,7 @@ public class InsertTestOrderTask { ...@@ -67,7 +67,7 @@ public class InsertTestOrderTask {
public static List<Integer> businessIds = Arrays.asList(0, 1, 2, 3, 4, 5, 6); public static List<Integer> businessIds = Arrays.asList(0, 1, 2, 3, 4, 5, 6);
@Scheduled(cron = "0 57 13 * * ?") // 凌晨12点执行 @Scheduled(cron = "0 0 0 * * ?") // 凌晨12点执行
public void insertOrder() throws InterruptedException { public void insertOrder() throws InterruptedException {
// 就诊人员 // 就诊人员
List<UserVsitor> userVsitors = userVsitorMapper.selectList(Wrappers.<UserVsitor>lambdaQuery().last("limit 20")); List<UserVsitor> userVsitors = userVsitorMapper.selectList(Wrappers.<UserVsitor>lambdaQuery().last("limit 20"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment