|
@ -638,7 +638,9 @@ public class PatientHealthIndexService extends BaseService {
|
|
|
String recordDate = map.get("recordDate");
|
|
|
obj.setValue1(value1);
|
|
|
obj.setValue2(gi_type);
|
|
|
obj.setRecordDate(DateUtil.strToDateAppendNowTime(recordDate, DateUtil.YYYY_MM_DD_HH_MM_SS));
|
|
|
if (StringUtils.isNotBlank(recordDate)) {
|
|
|
obj.setRecordDate(DateUtil.strToDateAppendNowTime(recordDate, DateUtil.YYYY_MM_DD_HH_MM_SS));
|
|
|
}
|
|
|
break;
|
|
|
}
|
|
|
case "2": {
|