瀏覽代碼

协销机构列表重复去除

huangzhiguo 2 年之前
父節點
當前提交
39b5b96b28
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/SellerMapper.xml

+ 1 - 0
src/main/resources/mapper/SellerMapper.xml

@@ -144,6 +144,7 @@
         <if test="userIdentity != null">
             AND u.userIdentity = #{userIdentity}
         </if>
+        AND covs.stage = 0 AND covs.delType = 1
         order by c.clubID desc
     </select>
     <select id="getAllClubList" resultType="com.caimei365.user.model.vo.ClubVo">