|
@@ -667,10 +667,10 @@ public class CzrkServiceImpl implements ICzrkService {
|
|
|
String sex = getSex(idCard);
|
|
|
Integer age = getAge(idCard);
|
|
|
String birthday = IdCardUtils.getBirthday(idCard);
|
|
|
- hjInfo.setAge(age);
|
|
|
- hjInfo.setGender(sex);
|
|
|
- hjInfo.setBirthday(birthday);
|
|
|
- return hjInfo;
|
|
|
+ czrk.setAge(age);
|
|
|
+ czrk.setGender(sex);
|
|
|
+ czrk.setBirthday(birthday);
|
|
|
+ return czrk;
|
|
|
}
|
|
|
}
|
|
|
return hjInfo;
|