正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论