瀏覽代碼

后处理消息

huangxingxing 2 年之前
父節點
當前提交
9f5addb3a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/miniframe/bisiness/system/AFT001Service.java

+ 1 - 1
src/main/java/com/miniframe/bisiness/system/AFT001Service.java

@@ -100,7 +100,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 
 		}else if(action.equals("ResultImport")){
 			JSONObject obj  = new JSONObject();
-			obj.put("filePath","C:/Users/Administrator/Desktop/Postprocess_Binary");
+			obj.put("filePath","/cephfs/Postprocess_Binary");
 			obj.put("fileType","binary");
 			obj.put("fileName","whole_part1.plt,whole_part2.plt,whole_part3.plt");
 			msg.setParamJson(obj.toString());