Commit af2457a6 authored by 陈宏杰's avatar 陈宏杰

申请时间为空

parent f52701d7
......@@ -265,7 +265,7 @@
,'1' loanPurpose
,DATE_FORMAT(case when i.created_at is null and h.created_at <= f.created_at then h.created_at
when i.created_at is null and h.created_at>f.created_at then f.created_at
else i.created_at end,'%Y-%m-%dT%H:%i:%S') as applyDate
else ifnull(i.created_at,d.apply_time) end,'%Y-%m-%dT%H:%i:%S') as applyDate
,DATE_FORMAT(case when d.created_at is null and f.created_at>=h.created_at then f.created_at
when d.created_at is null and f.created_at < h.created_at then h.created_at
else d.created_at end,'%Y-%m-%dT%H:%i:%S') as accountOpenDate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment