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