|
@@ -3,6 +3,7 @@ package com.miniframe.bisiness.system;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
+import com.alibaba.nacos.shaded.com.google.gson.JsonObject;
|
|
|
import com.miniframe.aftercure.ActionMsg;
|
|
|
import com.miniframe.constant.MFConstant;
|
|
|
import com.miniframe.core.ExecProcessFlow;
|
|
@@ -68,6 +69,9 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
|
|
|
if(file==null){
|
|
|
throw new BusinessException("EB4000012");
|
|
|
}
|
|
|
+ JSONObject obj = new JSONObject();
|
|
|
+ obj.put("filePath",XIFileUtils.getRootPathStr()+ MFConstant.separator+file.getFilepath());
|
|
|
+ obj.put("fileType",modeling.getGridFileType().toLowerCase());
|
|
|
msg.setParamJson(XIFileUtils.getRootPathStr()+ MFConstant.separator+file.getFilepath());
|
|
|
}
|
|
|
}
|