Quellcode durchsuchen

统计代码提交

chenweida vor 8 Jahren
Ursprung
Commit
f2e5a3062c

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

@ -402,7 +402,7 @@ public class PatientHealthIndexService extends BaseService {
            }
            // 舒张压
            if (!checkHealthIndex(NumberUtils.toDouble(value2), maxValueSZY, minValueSZY)) {
                msgContent += "血压超标,舒张压" + value1 + ",参考范围:" + minValueSSY + " ~ " + maxValueSSY + ";\n";
                msgContent += "血压超标,舒张压" + value2 + ",参考范围:" + minValueSZY + " ~ " + maxValueSZY + ";\n";
            }
        }