Commit debcdefb by 袁伟铭

修改

parent 6684ced3
......@@ -26,7 +26,7 @@ public class StatsTimingTask {
private final YlStatsService ylStatsService;
private final AreaDao areaDao;
private final String cron = "0 0 0/6 * * ?";
// private final String cron = "0 45 18 * * ?";
// private final String cron = "0 26 16 * * ?";
@Scheduled(cron = cron)
......
......@@ -22,7 +22,7 @@
s.orgType 'type'
FROM
soorgan s LEFT JOIN pfdept P ON s.DEPTID = p.DEPTID
WHERE 1=1
WHERE LEFT ( p.DEPTCODE, 4 ) != '4500'
<if test="subAreaCode != null and subAreaCode != ''">
AND p.DEPTCODE LIKE CONCAT(#{subAreaCode},'%')
</if>
......
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