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