添加审核时间

This commit is contained in:
haozq 2025-02-19 17:21:03 +08:00
parent 3f96f1da8e
commit e318da2d4d
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@
select a.*, b.name, c.dept_name as section
from (select pcc.user_id as userId,
pcc.comment as reason,
pcc.create_time time,
IFNULL(pcc.reject,'') as turnDownReason,
case when pcc.agree = '1' then '审核通过'
when pcc.agree = '2' then '审核驳回'