|
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="kskm != null and kskm != ''"> and kskm = #{kskm}</if>
|
|
<if test="kskm != null and kskm != ''"> and kskm = #{kskm}</if>
|
|
<if test="score != null "> and score = #{score}</if>
|
|
<if test="score != null "> and score = #{score}</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ order by create_time desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
|