소스 검색

健康记录时间格式调整

YE-YI 8 년 전
부모
커밋
5d125b0846
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/health/PatientHealthIndexService.java

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/health/PatientHealthIndexService.java

@ -452,7 +452,7 @@ public class PatientHealthIndexService extends BaseService {
            for (DevicePatientHealthIndex item : list) {
            for (DevicePatientHealthIndex item : list) {
                String data = item.getValue1();
                String data = item.getValue1();
                String dataType = item.getValue2();
                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();
                Long id = item.getId();
                if (data != null && dataType != null) {
                if (data != null && dataType != null) {
                    if (dataType.equals("1")) {
                    if (dataType.equals("1")) {