瀏覽代碼

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