anderx 4 years ago
parent
commit
9e000b324a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -2090,7 +2090,7 @@ inner join(
     left join district_glossory d2 on c.location_city =d2.id
     left join admin e on a.aid =e.id
     left join admin f on b.aid=f.id
-    where a.status in (0,1,2,6)
+    where a.status in (0,1,2,6,7)
     <if test="status !=null">
     and a.status = #{status}
     </if>
@@ -2123,7 +2123,7 @@ inner join(
   <select id="selectChannelCustomerCount" resultType="java.lang.Integer">
    select count(*) from user_channel a
     left join user b on a.uid=b.id  left join organization_identity c on a.uid =c.uid 
-    where a.status in (0,1,2,6)
+    where a.status in (0,1,2,6,7)
     <if test="status !=null">
     and a.status = #{status}
     </if>