@ -2927,7 +2927,8 @@
plan_cycle,
task_start_date,
plan_halt_date,
auto_renewal
auto_renewal,
check_type
FROM eam_workPlan_overview
WHERE site = #{site} and status != #{status} and delete_flag = #{deleteFlag} and DATEDIFF(day, plan_end_date, getdate()) = 0 and auto_renewal = #{autoRenewal}
</select>