Explorar o código

协销机构列表重复去除

huangzhiguo %!s(int64=2) %!d(string=hai) anos
pai
achega
39b5b96b28
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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">