|
|
@ -14,7 +14,6 @@ import com.epmet.commons.tools.exception.RenException; |
|
|
|
import com.epmet.commons.tools.feign.ResultDataResolver; |
|
|
|
import com.epmet.commons.tools.page.PageData; |
|
|
|
import com.epmet.commons.tools.redis.common.CustomerOrgRedis; |
|
|
|
import com.epmet.commons.tools.redis.common.CustomerResiUserRedis; |
|
|
|
import com.epmet.commons.tools.redis.common.CustomerStaffRedis; |
|
|
|
import com.epmet.commons.tools.redis.common.bean.AgencyInfoCache; |
|
|
|
import com.epmet.commons.tools.utils.*; |
|
|
@ -509,6 +508,7 @@ public class IcNatServiceImpl extends BaseServiceImpl<IcNatDao, IcNatEntity> imp |
|
|
|
}while (size == NumConstant.ONE_THOUSAND); |
|
|
|
// 其他类型的userType直接是居民的组织信息,所以直接赋值 is_local_resi_user = '1'
|
|
|
|
updateRelation(null,NumConstant.TWO_STR); |
|
|
|
log.error("/epmetuser/icNat/initNatLocal更新核酸检测记录关系表,是否是本辖区居民标志 end"); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|