添加审核时间
This commit is contained in:
parent
3f96f1da8e
commit
e318da2d4d
|
|
@ -415,6 +415,7 @@
|
||||||
select a.*, b.name, c.dept_name as section
|
select a.*, b.name, c.dept_name as section
|
||||||
from (select pcc.user_id as userId,
|
from (select pcc.user_id as userId,
|
||||||
pcc.comment as reason,
|
pcc.comment as reason,
|
||||||
|
pcc.create_time time,
|
||||||
IFNULL(pcc.reject,'') as turnDownReason,
|
IFNULL(pcc.reject,'') as turnDownReason,
|
||||||
case when pcc.agree = '1' then '审核通过'
|
case when pcc.agree = '1' then '审核通过'
|
||||||
when pcc.agree = '2' then '审核驳回'
|
when pcc.agree = '2' then '审核驳回'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue