فهرست منبع

收藏列表修改

小么熊🐻 3 سال پیش
والد
کامیت
42bda36a56
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      jkt-service/src/main/resources/mapper/question/QuestionWrongMapper.xml

+ 1 - 1
jkt-service/src/main/resources/mapper/question/QuestionWrongMapper.xml

@@ -20,7 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <include refid="selectQuestionWrongVo"/>
         <where>
             <if test="userId != null and userId !='' "> and user_id = #{userId}</if>
-            <if test="questionId != null questionId != '' "> and question_id = #{questionId}</if>
+            <if test="questionId != null and questionId != '' "> and question_id = #{questionId}</if>
             <if test="km != null and km!='' "> and km = #{km}</if>
             <if test="carType != null and carType !='' "> and car_type = #{carType}</if>
         </where>