|
@ -27,6 +27,8 @@ |
|
|
<select id="pageSelect" resultType="com.epmet.dto.result.DataSyncRecordMaritalPageResultDTO"> |
|
|
<select id="pageSelect" resultType="com.epmet.dto.result.DataSyncRecordMaritalPageResultDTO"> |
|
|
|
|
|
|
|
|
select |
|
|
select |
|
|
|
|
|
d.ID, |
|
|
|
|
|
d.IC_RESI_USER_ID, |
|
|
d.NAME AS name,d.ID_CARD, |
|
|
d.NAME AS name,d.ID_CARD, |
|
|
if(d.MARITAL_STATUS_NAME = 'IA:结婚','结婚',if(d.MARITAL_STATUS_NAME = 'IB:离婚','离婚','单身')) as maritalStatus, |
|
|
if(d.MARITAL_STATUS_NAME = 'IA:结婚','结婚',if(d.MARITAL_STATUS_NAME = 'IB:离婚','离婚','单身')) as maritalStatus, |
|
|
if(d.DEAL_STATUS = 0,'未处理',if(d.DEAL_STATUS = 1,'已处理','')) as dealStatusName, |
|
|
if(d.DEAL_STATUS = 0,'未处理',if(d.DEAL_STATUS = 1,'已处理','')) as dealStatusName, |
|
|