|
|
@ -56,7 +56,10 @@ |
|
|
|
m.HE_SUAN_COUNT AS heSuanCount, |
|
|
|
m.YMJZ AS ymjz, |
|
|
|
m.DOMICILE_PLACE as domicilePlace, |
|
|
|
m.WORK_PLACE as workPlace |
|
|
|
m.DOMICILE_PLACE_CODE as domicilePlaceCode, |
|
|
|
m.DOMICILE_PLACE_CODE_PATH as domicilePlaceCodePath, |
|
|
|
m.WORK_PLACE as workPlace, |
|
|
|
m.REMARK as remark |
|
|
|
from ic_resi_member m |
|
|
|
where m.DEL_FLAG = 0 |
|
|
|
and m.IC_RESI_COLLECT_ID = #{id} |
|
|
|