Explorar el Código

更改活动报名时间

魏超 hace 5 años
padre
commit
ac69683e28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/resources/mapper/TaBuildingDynamicMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingDynamicMapper.xml Ver fichero

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