|
|
@ -6,7 +6,6 @@ import cn.afterturn.easypoi.excel.entity.ExportParams; |
|
|
|
import cn.hutool.core.bean.BeanUtil; |
|
|
|
import com.alibaba.excel.EasyExcel; |
|
|
|
import com.alibaba.excel.EasyExcelFactory; |
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.toolkit.IdWorker; |
|
|
|
import com.epmet.bean.ResiImportCategoryData; |
|
|
@ -1457,11 +1456,38 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res |
|
|
|
optionTypeName = "所属支部"; |
|
|
|
options = this.listBranchOptions(); |
|
|
|
break; |
|
|
|
case "/sys/dict/data/dictOption/yt_Householder_relationship_type": |
|
|
|
optionTypeName = "与户主关系"; |
|
|
|
options = null; |
|
|
|
break; |
|
|
|
case "/sys/dict/data/dictOption/yt_id_card_type": |
|
|
|
optionTypeName = "证件类型"; |
|
|
|
options = null; |
|
|
|
break; |
|
|
|
case "/sys/dict/data/dictOption/yt_key_point_user_type": |
|
|
|
optionTypeName = "重点人群"; |
|
|
|
options = null; |
|
|
|
break; |
|
|
|
case "/sys/dict/data/dictOption/yt_population_type": |
|
|
|
optionTypeName = "人口类型"; |
|
|
|
options = null; |
|
|
|
break; |
|
|
|
case "/sys/dict/data/dictOption/yt_politics_status": |
|
|
|
optionTypeName = "政治面貌"; |
|
|
|
options = null; |
|
|
|
break; |
|
|
|
case "/sys/dict/data/dictOption/yt_is_now_live": |
|
|
|
optionTypeName = "是否现居住"; |
|
|
|
options = null; |
|
|
|
break; |
|
|
|
case "/sys/dict/data/dictOption/yt_household_category": |
|
|
|
optionTypeName = "户别"; |
|
|
|
options = null; |
|
|
|
break; |
|
|
|
default: |
|
|
|
log.warn("listRemoteOptions url is not supported"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (options == null) { |
|
|
|
return null; |
|
|
|
} |
|
|
|