|
@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="typeId != null and typeId != ''">
|
|
<if test="typeId != null and typeId != ''">
|
|
|
AND qb.type_id = #{typeId}
|
|
AND qb.type_id = #{typeId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ ORDER BY qb.sort DESC
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="queryRecommendList" parameterType="com.zhongzheng.modules.bank.bo.QuestionBankQueryBo" resultMap="QuestionBankResult">
|
|
<select id="queryRecommendList" parameterType="com.zhongzheng.modules.bank.bo.QuestionBankQueryBo" resultMap="QuestionBankResult">
|