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