Commit d4efbdc6 by 袁伟铭

修改

parent 6c92fe89
......@@ -25,8 +25,8 @@ public class StatsTimingTask {
private final BzStatsService bzStatsService;
private final YlStatsService ylStatsService;
private final AreaDao areaDao;
// private final String cron = "0 0 0/12 * * ?";
private final String cron = "0 07 18 * * ?";
private final String cron = "0 0 0/12 * * ?";
// private final String cron = "0 07 18 * * ?";
@Scheduled(cron = cron)
......
......@@ -117,7 +117,7 @@
</select>
<!-- <select id="search" resultType="java.util.Map">-->
<!-- SELECT m.AIAX0001 'type', m.AIAP0005 'manName', m.AIAP0006 'girl', m.AIAP0013 'manIdCard', m.AIAP0014-->
<!-- SELECT m.AIAX0001 'businessType', m.AIAP0005 'manName', m.AIAP0006 'girlName', m.AIAP0013 'manIdCard', m.AIAP0014-->
<!-- 'girlIdCard',-->
<!-- m.AIAP0015 'manNationality', m.AIAP0016 'girlNationality', m.AIAP0023 'manState', m.AIAP0024 'girlState',-->
<!-- m.AIAP0027-->
......
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