瀏覽代碼

fix 题库

he2802 4 年之前
父節點
當前提交
04bfdf3d1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionBankMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionBankMapper.xml

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             AND qb.category_id = #{categoryId}
         </if>
         <if test="typeId != null and typeId != ''">
-            AND qb.typeId = #{typeId}
+            AND qb.type_id = #{typeId}
         </if>
     </select>