Pārlūkot izejas kodu

撤销后日志没有BUG修复

anderx 1 gadu atpakaļ
vecāks
revīzija
25d087b2b0

+ 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 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
     where a.eaid= #{eaid}
     order by a.create_time