|
@@ -71,7 +71,7 @@ public interface UpIdCollectionDao {
|
|
|
@Select("select (select si_code from zd_country_code where code = country) as ntly /*国籍*/,\n" +
|
|
|
" social_no as certno /*证件*/,\n" +
|
|
|
" occupation as prfs /*职业 在 Prfs 中有对应的*/,\n" +
|
|
|
- " live_place as curr_addr/*现住址*/,\n" +
|
|
|
+ " live_place_combo as curr_addr/*现住址*/,\n" +
|
|
|
" unit_name as emp_name /*单位名称*/,\n" +
|
|
|
" unit_place as emp_addr /*单位地址*/,\n" +
|
|
|
" unit_phone as emp_tel /*工作单位手机*/,\n" +
|