@@ -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