作者 tangxvhui

更新

... ... @@ -319,7 +319,6 @@ func (d *TaskDao) CountTaskStageAnomalyNotHrbp(param ListTaskCondition) (int, er
join t_task_1 on task.id =t_task_1.id
where 1=1
and task.company_id =?
and t_task_ignore.id isnull
and (
cast(COALESCE(task.current_stage ->>'plan_completed_at','0') as int)<floor(extract(epoch from now()))
or
... ...