浏览代码

优化用户ID查询功能

java110 4 年之前
父节点
当前提交
2e7c0d241c
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml

+ 0 - 9
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml

@@ -368,9 +368,6 @@
         <if test="bId !=null and bId != ''">
             and t.b_id= #{bId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
-        </if>
         <if test="ownerFlag !=null and ownerFlag != ''">
             and t.owner_flag= #{ownerFlag}
         </if>
@@ -423,9 +420,6 @@
         <if test="bId !=null and bId != ''">
             and t.b_id= #{bId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
-        </if>
         <if test="ownerFlag !=null and ownerFlag != ''">
             and t.owner_flag= #{ownerFlag}
         </if>
@@ -480,9 +474,6 @@
         <if test="bId !=null and bId != ''">
             and t.b_id= #{bId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
-        </if>
         <if test="ownerFlag !=null and ownerFlag != ''">
             and t.owner_flag= #{ownerFlag}
         </if>