Commit 472780c49407484374bfbec369f8c7d73f96a131

Authored by shiyang
1 parent e395b9c84f

update

Showing 2 changed files with 4 additions and 4 deletions

platform-dal/src/main/java/com/lyms/platform/query/BabyBuildClassifyQuery.java View file @ 472780c
... ... @@ -67,11 +67,11 @@
67 67 */
68 68 private Integer sex;
69 69 /**
70   - * 儿童生日
  70 + * 儿童生日-开始
71 71 */
72 72 private Date birthStart;
73 73 /**
74   - * 儿童生日
  74 + * 儿童生日-结束
75 75 */
76 76 private Date birthEnd;
77 77 /**
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml View file @ 472780c
... ... @@ -197,8 +197,8 @@
197 197 <!-- 配置一个触发器 每天0点执行 -->
198 198 <bean id="babyBuildClassifyTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">
199 199 <property name="jobDetail" ref="babyBuildClassifyTimerWork"></property>
200   - <property name="cronExpression" value="0 0 0 * * ?"></property>
201   -<!-- <property name="cronExpression" value="*/5 * * * * ?"></property>&lt;!&ndash;测试用每5秒执行&ndash;&gt;-->
  200 +<!-- <property name="cronExpression" value="0 0 0 * * ?"></property>-->
  201 + <property name="cronExpression" value="*/5 * * * * ?"></property><!--测试用每5秒执行-->
202 202 </bean>
203 203  
204 204 <!-- 配置一个触发器 -->