|
@@ -151,7 +151,7 @@
|
|
|
<if test="nickName != null and nickName !=''">
|
|
<if test="nickName != null and nickName !=''">
|
|
|
and nick_name like concat('%',#{nickName},'%')
|
|
and nick_name like concat('%',#{nickName},'%')
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="ditch_id != null">
|
|
|
|
|
|
|
+ <if test="ditchId != null">
|
|
|
and ditch_id = #{ditchId}
|
|
and ditch_id = #{ditchId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="userStatus != null">
|
|
<if test="userStatus != null">
|