luobang il y a 2 ans
Parent
commit
1775d75fcb

+ 1 - 0
src/main/java/com/steerinfo/dil/service/impl/TmstruckWeightResultServiceImpl.java

@@ -736,6 +736,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
         try {
             if (map != null) {
                 JSONObject jsonObject = new JSONObject(map);
+                logger.info(jsonObject.toString() + "计量检查");
                 try{
                     new Thread( new Runnable() {
                         public void run(){

+ 2 - 0
src/main/java/com/steerinfo/dil/util/newFileTool.java

@@ -27,6 +27,8 @@ public class newFileTool {
         fileWriter.append("\n");
         fileWriter.flush();
         fileWriter.close();
+        System.out.println(file);
+        System.out.println("文件存储完成");
         return 1;
     }