|
@@ -160,6 +160,7 @@
|
|
tbd.sign_date as exceptionTime,
|
|
tbd.sign_date as exceptionTime,
|
|
tbda.apply_time as applyTime,
|
|
tbda.apply_time as applyTime,
|
|
tbda.create_time as createTime,
|
|
tbda.create_time as createTime,
|
|
|
|
+ tffa.update_time as flowTime,
|
|
tbda.reason,
|
|
tbda.reason,
|
|
(select group_concat(ba.`path` SEPARATOR ';') from basic_attachment ba where find_in_set(ba.id, tbda.attachment_ids)) as attachmentPaths,
|
|
(select group_concat(ba.`path` SEPARATOR ';') from basic_attachment ba where find_in_set(ba.id, tbda.attachment_ids)) as attachmentPaths,
|
|
(select CONCAT(tffl.approve_remark, ';' ,tffl.create_time) from t_f_flow_log tffl where tffl.flow_id = tfcfe.flow_id order by tffl.create_time desc limit 1) as approveInfo,
|
|
(select CONCAT(tffl.approve_remark, ';' ,tffl.create_time) from t_f_flow_log tffl where tffl.flow_id = tfcfe.flow_id order by tffl.create_time desc limit 1) as approveInfo,
|