qingzhangyin 2 tahun lalu
induk
melakukan
6f37ba1bd7

+ 16 - 0
sql/huanjingpeizhi/formal environment/tomcat_super_service/WEB-INF/classes/quartz_job2.xml

@@ -109,6 +109,19 @@
         </property>
     </bean>
 
+	    <!-- 工程维修通知定时任务开始 -->
+    <bean id="repairAutomaticHighPraiseTimer"
+          class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
+        <property name="targetObject" ref="repairAutomaticHighPraiseTask"/>
+        <property name="targetMethod" value="run"/>
+    </bean>
+    <bean id="repairAutomaticHighPraiseTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">
+        <property name="jobDetail" ref="repairAutomaticHighPraiseTimer"/>
+        <property name="cronExpression">
+            <value>0 30 0 * * ? *</value>
+        </property>
+    </bean>
+	
 
     <!--空调加时单 申请时间大于当前时间  把状态改为已完成-->
     <bean id="airConditionerAddTimeTimer"
@@ -333,6 +346,8 @@
         </property>
     </bean>
 
+	
+	
 
     <!-- 保存微信端服务模块用户活跃量 -->
     <bean id="moduleUserCountExpire"
@@ -389,6 +404,7 @@
                 <ref local="moduleUserCountExpireTrigger"/>
                 <ref local="orderDinnerGetOrderInfoTrigger"/>
                 <ref local="snycKoalaPassLogTaskTrigger"/>
+				<ref local="repairAutomaticHighPraiseTrigger"/>
                 <!-- <ref local="repairGrabBillPushTrigger" />
                 <ref local="repairManagePendBillPushTrigger" />
                 <ref local="repairPendBillPushTrigger" /> -->