Commit 2ff62c0c authored by hongguangwu's avatar hongguangwu

MVP1.7.18-优化导入与更新

parent e99359a7
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
a.REASON_KEY reasonKey, a.REASON_KEY reasonKey,
a.SIMPLE_REASON simpleReason, a.SIMPLE_REASON simpleReason,
case a.REPLAY when '1' then '继续办理' when '2' then '中止办理' when '3' then '人工办理' else a.REPLAY end replay, case a.REPLAY when '1' then '继续办理' when '2' then '中止办理' when '3' then '人工办理' else a.REPLAY end replay,
if(a.STATUS = '0','正常','禁用') status, if(a.STATUS = '0','启用','禁用') status,
a.UPDATE_NAME updateName, a.UPDATE_NAME updateName,
DATE_FORMAT(a.UPDATE_TIME,'%Y-%m-%d %H:%i:%s') updateTime, DATE_FORMAT(a.UPDATE_TIME,'%Y-%m-%d %H:%i:%s') updateTime,
a.CREATE_NAME createName, a.CREATE_NAME createName,
......
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