|
|
|
|
@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<where>
|
|
|
|
|
<if test="userId != null and userId != ''"> and user_id = #{userId}</if>
|
|
|
|
|
<if test="userName != null and userName != ''"> and user_name like concat('%', #{userName}, '%')</if>
|
|
|
|
|
<if test="userPhone != null and userPhone != ''"> and user_phone = #{userPhone}</if>
|
|
|
|
|
<if test="userPhone != null and userPhone != ''"> and user_phone like concat('%', #{userPhone}, '%')</if>
|
|
|
|
|
<if test="source != null and source != ''"> and source = #{source}</if>
|
|
|
|
|
<if test="floatScore != null "> and float_score = #{floatScore}</if>
|
|
|
|
|
<if test="soureId != null "> and soure_id = #{soureId}</if>
|
|
|
|
|
|