浏览代码

优化发布广告bug

java110 3 年之前
父节点
当前提交
259dd1634b
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      java110-db/src/main/resources/mapper/community/VisitServiceDaoImplMapper.xml

+ 0 - 3
java110-db/src/main/resources/mapper/community/VisitServiceDaoImplMapper.xml

@@ -188,9 +188,6 @@
         <if test="ownerId !=null and ownerId != ''">
             and t.owner_id= #{ownerId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
-        </if>
         <if test="vId !=null and vId != ''">
             and t.v_id= #{vId}
         </if>