marxjaw 4 mēneši atpakaļ
vecāks
revīzija
1a9b60092d

+ 1 - 1
yt-app/app-service/src/main/resources/mapper/AppUserMapper.xml

@@ -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>
         <if test="userStatus != null">