Procházet zdrojové kódy

成绩接口修改

小么熊🐻 před 1 rokem
rodič
revize
a1141e1df7

+ 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>