فهرست منبع

入院记录对接修改

rengb 5 سال پیش
والد
کامیت
625c6e70e6
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      trans/src/main/java/com/lantone/qc/trans/comsis/Preproc.java

+ 0 - 3
trans/src/main/java/com/lantone/qc/trans/comsis/Preproc.java

@@ -52,9 +52,6 @@ public class Preproc {
                 key = matcher.group(0);
                 key_ = key.replaceAll("\\s\\p{Zs}","");
             }
-            if (StringUtil.isBlank(key)){
-                continue;
-            }
 
             pos = 0;
             while (line.indexOf(key, pos) >= 0 && null == sorted.get(key)) {