he2802 4 жил өмнө
parent
commit
7a497f0de3

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

@@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             AND qbs.name like concat('%', #{name}, '%')
         </if>
         <if test="bankChapterId != null and bankChapterId != ''">
-            AND qbs.bankChapterId = #{bankChapterId}
+            AND qbs.bank_chapter_id = #{bankChapterId}
         </if>
         GROUP BY
             qbs.bank_section_id