瀏覽代碼

更改活动报名时间

魏超 5 年之前
父節點
當前提交
ac69683e28
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/resources/mapper/TaBuildingDynamicMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingDynamicMapper.xml 查看文件

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