|
@ -452,7 +452,7 @@ public class PatientHealthIndexService extends BaseService {
|
|
|
for (DevicePatientHealthIndex item : list) {
|
|
|
String data = item.getValue1();
|
|
|
String dataType = item.getValue2();
|
|
|
Date recordDate = item.getRecordDate();
|
|
|
String recordDate =DateUtil.dateToStr(item.getRecordDate(), DateUtil.YYYY_MM_DD_HH_MM_SS);
|
|
|
Long id = item.getId();
|
|
|
if (data != null && dataType != null) {
|
|
|
if (dataType.equals("1")) {
|