Ver código fonte

诊疗计划未填写(字段名改变)

wangsy 4 anos atrás
pai
commit
d3e96937f3

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstcourserecord/FIRC0504.java

@@ -11,7 +11,7 @@ import java.util.Map;
 
 /**
  * @ClassName : FIRC0504
- * @Description : 检查计划未填写
+ * @Description : 诊疗计划未填写
  * @Author : 楼辉荣
  * @Date: 2020-03-06 17:28
  */
@@ -23,7 +23,7 @@ public class FIRC0504 extends QCCatalogue {
         if (firstCourseRecordDoc != null) {
             Map<String, String> firstRecordMap = firstCourseRecordDoc.getStructureMap();
             if (firstRecordMap != null) {
-                String treatPlan = firstRecordMap.get("疗计划");
+                String treatPlan = firstRecordMap.get("疗计划");
                 if (StringUtil.isBlank(treatPlan)) {
                     status.set("-1");
                 }