Forráskód Böngészése

优化发布广告bug

java110 3 éve%!(EXTRA string=óta)
szülő
commit
259dd1634b

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