Commit bf1172a7d0219eb6ce811e0a173b725a377fb8d0

Authored by jiangjiazhi
1 parent 6ec688deb1

座机号 替换的问题

Showing 2 changed files with 0 additions and 2 deletions

platform-biz-service/src/main/resources/mainOrm/master/MasterUsers.xml View file @ bf1172a
... ... @@ -290,7 +290,6 @@
290 290 </if>
291 291 <if test="yn != null and yn != ''">
292 292 and u.yn = #{yn,jdbcType=INTEGER}
293   - and ur.yn = #{yn,jdbcType=INTEGER}
294 293 </if>
295 294 <if test="type != null ">
296 295 and u.type = #{type,jdbcType=INTEGER}
platform-biz-service/src/main/resources/mainOrm/slave/Users.xml View file @ bf1172a
... ... @@ -287,7 +287,6 @@
287 287 </if>
288 288 <if test="yn != null and yn != ''">
289 289 and u.yn = #{yn,jdbcType=INTEGER}
290   - and ur.yn = #{yn,jdbcType=INTEGER}
291 290 </if>
292 291 <if test="type != null ">
293 292 and u.type = #{type,jdbcType=INTEGER}