huangxingxing 2 rokov pred
rodič
commit
1519fc0f03

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

@@ -148,6 +148,10 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 					}
 				}
 				JSONObject obj = new JSONObject();
+//				obj.put("filePath", "C:\\Users\\Administrator\\Documents\\WeChat Files\\wxid_18qjhi0tq90d22\\FileStorage\\File\\2023-06");
+//				obj.put("fileType", "ascii");
+//				obj.put("fileName", "tfg_part1_tec_volume_timestep100.dat");
+
 				obj.put("filePath", exeOutPath);
 				obj.put("fileType", "ascii");
 				obj.put("fileName", fileName);

+ 3 - 0
src/main/java/com/miniframe/bisiness/system/C00001Service.java

@@ -66,6 +66,9 @@ public class C00001Service extends C00001BaseModel implements ExecProcessFlow {
 			row.setUpdateTime(XIDateTimeUtils.getStrFromDate(project.getUpdateTime()));
 			row.setIsshare(project.getIsshare());
 			rows.add(row);
+
+
+
 		}
 		this.getD_c00001().setRows(rows);
 		this.getD_c00001().setTotal(count.intValue());