添加日期返回
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user