Parcourir la source

更改活动报名时间

魏超 il y a 5 ans
Parent
révision
ac69683e28
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/main/resources/mapper/TaBuildingDynamicMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingDynamicMapper.xml Voir le fichier

@@ -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">