小么熊🐻 преди 2 години
родител
ревизия
a1141e1df7
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      jpcj-service/src/main/resources/mapper/score/ScoreInfoMapper.xml

+ 0 - 3
jpcj-service/src/main/resources/mapper/score/ScoreInfoMapper.xml

@@ -38,9 +38,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <include refid="selectScoreInfoVo"/>
         <where>
             <if test="userId != null "> and user_id = #{userId}</if>
-            <if test="type != null  and type != ''"> and type = #{type}</if>
-            <if test="kskm != null  and kskm != ''"> and kskm = #{kskm}</if>
-            <if test="score != null "> and score = #{score}</if>
             <if test="deviceType != null  "> and device_type = #{deviceType}</if>
         </where>
     </select>