|
@@ -1115,11 +1115,13 @@ public class CzrkServiceImpl implements ICzrkService {
|
|
if (StringUtils.isEmpty(thirdPartInfo.getIdCard())) {
|
|
if (StringUtils.isEmpty(thirdPartInfo.getIdCard())) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ thirdPartInfo.setGender(IdCardUtils.getSex(thirdPartInfo.getIdCard()));
|
|
//将信息存入ThirdPartInfo表
|
|
//将信息存入ThirdPartInfo表
|
|
thirdPartInfo.setSource(source);
|
|
thirdPartInfo.setSource(source);
|
|
thirdPartInfo.setStatus("4");
|
|
thirdPartInfo.setStatus("4");
|
|
thirdPartInfo.setCreateBy(sysUser.getUserName());
|
|
thirdPartInfo.setCreateBy(sysUser.getUserName());
|
|
- thirdPartInfo.setUpdateBy(sysUser.getUserName());
|
|
|
|
|
|
+ thirdPartInfo.setUpdateBy("第三方来源");
|
|
thirdPartInfo.setIsDel("N");
|
|
thirdPartInfo.setIsDel("N");
|
|
thirdPartInfo.setProvinceId("12");
|
|
thirdPartInfo.setProvinceId("12");
|
|
thirdPartInfo.setProvince("安徽省");
|
|
thirdPartInfo.setProvince("安徽省");
|