Browse Source

配置文件修改

wangliang 1 year ago
parent
commit
297fb43a11
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sop-business/src/main/resources/mapper/TBDingApplyMapper.xml

+ 1 - 0
sop-business/src/main/resources/mapper/TBDingApplyMapper.xml

@@ -160,6 +160,7 @@
             tbd.sign_date as exceptionTime,
             tbda.apply_time as applyTime,
             tbda.create_time as createTime,
+            tffa.update_time as flowTime,
             tbda.reason,
             (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,