|
@@ -90,7 +90,18 @@ public class TestController {
|
|
|
czrk.setGender(vaccineInfoOperation.getGender());
|
|
|
czrk.setAge(vaccineInfoOperation.getAge());
|
|
|
czrk.setBirthday(vaccineInfoOperation.getBirthday());
|
|
|
-
|
|
|
+ czrk.setDeptId(vaccineInfoOperation.getDeptId());
|
|
|
+ czrk.setIdCard(vaccineInfoOperation.getIdCard());
|
|
|
+ czrk.setPhoneNum(vaccineInfoOperation.getPhoneNum());
|
|
|
+ czrk.setCode(vaccineInfoOperation.getCode());
|
|
|
+ czrk.setHouseType(vaccineInfoOperation.getHouseType());
|
|
|
+ czrk.setRlr(vaccineInfoOperation.getRlr());
|
|
|
+ czrk.setYhzgx(vaccineInfoOperation.getYhzgx());
|
|
|
+ czrk.setWorkUnit(vaccineInfoOperation.getWorkUnit());
|
|
|
+ String villageTowns = vaccineInfoOperation.getVillageTowns();
|
|
|
+ if (StringUtils.isNotEmpty(villageTowns)){
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|