Commit 51f19a72 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-nid_expiry_date,9999-12-31改为长期

parent 54138a24
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
a.national_id, a.national_id,
a.persist_flag, a.persist_flag,
date_format(a.nid_start_date, '%Y-%m-%d') nid_start_date, date_format(a.nid_start_date, '%Y-%m-%d') nid_start_date,
date_format(a.nid_expiry_date, '%Y-%m-%d') nid_expiry_date, if ( a.nid_expiry_date = '9999-12-31', '长期', date_format(a.nid_expiry_date, '%Y-%m-%d')) nid_expiry_date,
a.phone, a.phone,
a.mail, a.mail,
a.address_type, a.address_type,
......
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