Browse Source

义乌xml解析注释打印文本

wangsy 4 years ago
parent
commit
159d8467e1

+ 3 - 3
dbanaly/src/main/java/com/lantone/qc/dbanaly/facade/yiwu/YiWuXmlUtil.java

@@ -43,9 +43,9 @@ public class YiWuXmlUtil {
             e.printStackTrace();
             map.clear();
         }
-        map.keySet().forEach(key -> {
-            System.out.println(key + "----" + map.get(key));
-        });
+//        map.keySet().forEach(key -> {
+//            System.out.println(key + "----" + map.get(key));
+//        });
         return map;
     }