marxjaw vor 4 Monaten
Ursprung
Commit
1a9b60092d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      yt-app/app-service/src/main/resources/mapper/AppUserMapper.xml

+ 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">