소스 검색

fix random

he2802 2 년 전
부모
커밋
70f122f98a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/java/com/zhongzheng/modules/goods/mapper/GoodsMapper.java

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/goods/mapper/GoodsMapper.java

@@ -29,7 +29,7 @@ public interface GoodsMapper extends BaseMapper<Goods> {
 
     Long getQuestionNum(Long goodsId);
 
-    Long getRandomQuestionNum(@Param("gradeId")Long goodsId,@Param("examPaperId") Long examPaperId);
+    Long getRandomQuestionNum(@Param("goodsId")Long goodsId,@Param("examPaperId") Long examPaperId);
 
     int queryUpGoods();