Browse Source

协销机构列表重复去除

huangzhiguo 2 years ago
parent
commit
39b5b96b28
1 changed files with 1 additions and 0 deletions
  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">