Commit 15955c041d2017caa031b0ca3db15772cd8a8bf9

Authored by jiangjiazhi
1 parent a1d2e51d61

血压报告生成

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml View file @ 15955c0
... ... @@ -285,7 +285,7 @@
285 285 <!-- 孕妇学校定时任务 -->
286 286 <bean id="generateBpReport" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
287 287 <!-- 要调用的bean -->
288   - <property name="targetObject" ref="bloodPressureService"></property>
  288 + <property name="targetObject" ref="bloodPressureServiceImpl"></property>
289 289 <!-- 要调用的Method -->
290 290 <property name="targetMethod" value="generateBpReport"></property>
291 291 <!-- 是否并发,false表示 如果发生错误也不影响下一次的调用 -->