Commit 933d77af87b2f1e3fd5c67a45ce88419138732d7

Authored by 潘钊
1 parent 64b50825

update...

src/main/java/com/bsth/redis/ScheduleRedisService.java
... ... @@ -315,6 +315,9 @@ public class ScheduleRedisService implements CommandLineRunner {
315 315 if(null == startTime)
316 316 return;
317 317  
  318 + if(null == sch.getBcsj())
  319 + sch.setBcsj(0);
  320 +
318 321 String rq = sch.getScheduleDateStr();
319 322 //计发时间
320 323 sch.setFcsjT(parseTime(rq, sch.getFcsj(), startTime));
... ...