Browse Source

info信息未完成常规检查中文冒号改为英文

wangsy 4 years ago
parent
commit
be704652be

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/preoperativediscussion/PRE03064.java

@@ -65,7 +65,7 @@ public class PRE03064 extends QCCatalogue {
 
             if (matchSum < normalCheck.size()) {
                 status.set("-1");
-                info.set("未完成常规检查" + missCheck.toString().replaceAll("[\\[\\]]", ""));
+                info.set("未完成常规检查:" + missCheck.toString().replaceAll("[\\[\\]]", ""));
             }
         }
 //        for (String operationDateStr : operationDateList) {