添加日期返回

This commit is contained in:
YY
2025-07-15 13:07:16 +08:00
parent 1967931886
commit fbea052fa2
4 changed files with 20 additions and 3 deletions

View File

@ -289,6 +289,7 @@
cet.STATUS ,
cet.dept_id as deptId,
cetsu.review_status reviewStatus,
cetsu.review_time reviewTime,
case when cet.STATUS=0 then '未开始'
when cet.status =1 then '进行中'
when cet.status =2 then '已结束' end as statusName,