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