Просмотр исходного кода

撤销后日志没有BUG修复

anderx 1 год назад
Родитель
Сommit
25d087b2b0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/ExpenseAccountLogMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/ExpenseAccountLogMapper.xml

@@ -114,7 +114,7 @@
 
 
     <select id="selectByEaid" resultType="com.goafanti.expenseAccount.bo.OutExpenseAccountLog">
     <select id="selectByEaid" resultType="com.goafanti.expenseAccount.bo.OutExpenseAccountLog">
     select a.id,a.eaid ,a.status ,a.remarks ,a.auditor ,b.name auditorName,a.process_status processStatus,
     select a.id,a.eaid ,a.status ,a.remarks ,a.auditor ,b.name auditorName,a.process_status processStatus,
-           date_format(a.create_time,'%Y-%m-%d %H:%i:%S')createTimeStr
+           date_format(a.create_time,'%Y-%m-%d %H:%i:%S')createTimeStr,a.create_time createTime
     from expense_account_log a left join admin b on a.auditor =b.id
     from expense_account_log a left join admin b on a.auditor =b.id
     where a.eaid= #{eaid}
     where a.eaid= #{eaid}
     order by a.create_time
     order by a.create_time