任务进度甘特图大屏

This commit is contained in:
guo 2023-11-07 18:37:00 +08:00
parent 1265732fe8
commit 23a93af23d

View File

@ -118,7 +118,7 @@
WHEN WHEN
(begin_warning = 3 or end_warning = 3) (begin_warning = 3 or end_warning = 3)
THEN 3 THEN 3
ELSE start_date END as mppStatus ELSE status END as mppStatus
from task_progress from task_progress
where project_sn = #{projectSn} where project_sn = #{projectSn}
) t ) t