|
@ -398,11 +398,13 @@ public class ChildFamilyImmuneService extends BaseService {
|
|
|
if (immVaccinList != null) {
|
|
|
for (Map<String, Object> map : immVaccinList) {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("vaccinCode",map.get("code"));//待接种疫苗记录code
|
|
|
jsonObject.put("childName", map.get("child_name"));//儿童姓名
|
|
|
jsonObject.put("childCode", map.get("childCode"));//儿童code
|
|
|
jsonObject.put("vaccinName", map.get("ymmc"));//疫苗名称
|
|
|
jsonArray.put(jsonObject);
|
|
|
if ("0".equals(String.valueOf(map.get("alert_tag")))){
|
|
|
jsonObject.put("vaccinCode",map.get("code"));//待接种疫苗记录code
|
|
|
jsonObject.put("childName", map.get("child_name"));//儿童姓名
|
|
|
jsonObject.put("childCode", map.get("childCode"));//儿童code
|
|
|
jsonObject.put("vaccinName", map.get("ymmc"));//疫苗名称
|
|
|
jsonArray.put(jsonObject);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
alertJsonStr = jsonArray.toString();
|