作者 tangxvhui

更新

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