|
@@ -128,7 +128,7 @@
|
|
|
|
|
|
<select id="getList" resultType="com.diagbot.dto.QuestionPageDTO">
|
|
|
SELECT a.* FROM `icss_question_info` a WHERE a.is_deleted = 'N'
|
|
|
- <if test="type != null">
|
|
|
+ <if test="type != null and type != ''">
|
|
|
AND a.type = #{type}
|
|
|
</if>
|
|
|
<if test="tagName != null and tagName != ''">
|