ソースを参照

优化发布广告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>