huangxingxing 5 mesi fa
parent
commit
055777797e

+ 1 - 0
src/main/java/com/miniframe/bisiness/mdo/MDO0052Service.java

@@ -38,6 +38,7 @@ public class MDO0052Service extends MDO0052BaseModel implements ExecProcessFlow
 			row.setCode(p.getCode());
 			row.setParamid(p.getId());
 			row.setName(p.getName());
+			row.setComtype(p.getComtype());
 			row.setSteamflag(p.getSteamflag()==null?0:p.getSteamflag());
 			row.setSteamtype(p.getSteamtype()==null?0:p.getSteamtype());
 			rows.add(row);