Browse Source

规则合并后调整扫描包

rengb 4 years ago
parent
commit
a5be1c12d3

+ 1 - 6
kernel/src/main/java/com/lantone/qc/kernel/KernelApplication.java

@@ -20,12 +20,7 @@ import org.springframework.context.annotation.ComponentScan;
         "com.lantone.qc.kernel.structure",
         "com.lantone.qc.kernel.client",
         "com.lantone.qc.kernel.analysis",
-        "com.lantone.qc.kernel.catalogue.beilun",
-        "com.lantone.qc.kernel.catalogue.yiwu",
-        "com.lantone.qc.kernel.catalogue.xiamen",
-        "com.lantone.qc.kernel.catalogue.ywzxyy",
-        "com.lantone.qc.kernel.catalogue.ninghaiyiyi",
-        "com.lantone.qc.kernel.catalogue.ninghaifuyao"
+        "com.lantone.qc.kernel.catalogue"
 })
 public class KernelApplication {
     public static void main(String[] args) {

+ 1 - 0
public/src/main/java/com/lantone/qc/pub/Content.java

@@ -16,6 +16,7 @@ public class Content {
     public static String header = "标题";
     public static String content_lbl="内容";
     public static String hospital_Id = "";
+
     public static String label = "content";
 
     public static String[] docname = {"病案首页","入院记录","首次病程录","病程","医嘱","出院小结"};