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