瀏覽代碼

气弹求解

huangxingxing 4 月之前
父節點
當前提交
f513bee6b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/miniframe/modo/temp/TemplateGenerator.java

+ 1 - 1
src/main/java/com/miniframe/modo/temp/TemplateGenerator.java

@@ -272,7 +272,7 @@ public class TemplateGenerator {
         }
 
         if(mathfunc!=null){
-            List<MdoProInoutPara> adInoutList = findMdoProInoutParas(pid, tacs.getId());
+            List<MdoProInoutPara> adInoutList = findMdoProInoutParas(pid, mathfunc.getId());
             MathfuncVo mathfuncVo =new MathfuncVo();
             mathfuncVo.setCd_mass(getValByParaListAndCode(adInoutList,"cd_mass"));
             vo.setMathfuncVo(mathfuncVo);