소스 검색

气弹求解

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);