Procházet zdrojové kódy

更改活动报名时间

魏超 před 5 roky
rodič
revize
ac69683e28

+ 1
- 1
src/main/resources/mapper/TaBuildingDynamicMapper.xml Zobrazit soubor

@@ -99,7 +99,7 @@
99 99
         update ta_building_dynamic
100 100
         set activity_status = 0
101 101
         where
102
-        NOW() >= start_date and  NOW() <= end_date and activity_status = 1
102
+        NOW() >= enlist_start and  NOW() <= enlist_end and activity_status = 1
103 103
     </update>
104 104
 
105 105
     <update id="updateProcessingActivity">