change 3 éve
szülő
commit
80cb931aed

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/exam/service/impl/ExamApplyServiceImpl.java

@@ -166,7 +166,7 @@ public class ExamApplyServiceImpl extends ServiceImpl<ExamApplyMapper, ExamApply
             array[i] = examNumberGoodsVos.get(i).getGoodsId();
         }
         examApplyVo.setExamNumberGoods(examNumberGoodsVos);
-        examApplyVo.setExamNumberGoodsNum(array);
+        examApplyVo.setGoodsId(array);
         return examApplyVo;
     }
 }