Commit 062436ea82f3c643adbb7efe7e7f531d4e041aeb

Authored by jiangjiazhi
1 parent 41173eb5d0

座机号 替换的问题

Showing 2 changed files with 0 additions and 2 deletions

platform-biz-service/src/main/resources/mainOrm/master/MasterUsers.xml View file @ 062436e
... ... @@ -254,7 +254,6 @@
254 254 </if>
255 255 <if test="yn != null">
256 256 and u.yn = #{yn,jdbcType=INTEGER}
257   - and ur.yn = #{yn,jdbcType=INTEGER}
258 257 </if>
259 258 <if test="type != null">
260 259 and u.type = #{type,jdbcType=INTEGER}
platform-biz-service/src/main/resources/mainOrm/slave/Users.xml View file @ 062436e
... ... @@ -251,7 +251,6 @@
251 251 </if>
252 252 <if test="yn != null">
253 253 and u.yn = #{yn,jdbcType=INTEGER}
254   - and ur.yn = #{yn,jdbcType=INTEGER}
255 254 </if>
256 255 <if test="type != null">
257 256 and u.type = #{type,jdbcType=INTEGER}