|
@ -1022,7 +1022,7 @@ public class PatientInfoPlatFormService {
|
|
if (sqlResult.size()>0){
|
|
if (sqlResult.size()>0){
|
|
detailInfo.putAll(sqlResult.get(0));
|
|
detailInfo.putAll(sqlResult.get(0));
|
|
}else {
|
|
}else {
|
|
detailInfo.put("value",null);
|
|
|
|
|
|
detailInfo.put("value",0);
|
|
detailInfo.put("record_time",null);
|
|
detailInfo.put("record_time",null);
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
@ -1049,7 +1049,7 @@ public class PatientInfoPlatFormService {
|
|
detailInfo.putAll(sqlResult.get(0));
|
|
detailInfo.putAll(sqlResult.get(0));
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
detailInfo.put("value",null);
|
|
|
|
|
|
detailInfo.put("value",0);
|
|
detailInfo.put("record_time",null);
|
|
detailInfo.put("record_time",null);
|
|
}
|
|
}
|
|
if(bl){
|
|
if(bl){
|
|
@ -1062,7 +1062,7 @@ public class PatientInfoPlatFormService {
|
|
detailInfo.putAll(sqlResult.get(0));
|
|
detailInfo.putAll(sqlResult.get(0));
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
detailInfo.put("temperature_value",null);
|
|
|
|
|
|
detailInfo.put("temperature_value",0);
|
|
detailInfo.put("temperature_value_record_time",null);
|
|
detailInfo.put("temperature_value_record_time",null);
|
|
}
|
|
}
|
|
|
|
|