anderx il y a 4 ans
Parent
commit
9e000b324a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 district_glossory d2 on c.location_city =d2.id
     left join admin e on a.aid =e.id
     left join admin e on a.aid =e.id
     left join admin f on b.aid=f.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">
     <if test="status !=null">
     and a.status = #{status}
     and a.status = #{status}
     </if>
     </if>
@@ -2123,7 +2123,7 @@ inner join(
   <select id="selectChannelCustomerCount" resultType="java.lang.Integer">
   <select id="selectChannelCustomerCount" resultType="java.lang.Integer">
    select count(*) from user_channel a
    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 
     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">
     <if test="status !=null">
     and a.status = #{status}
     and a.status = #{status}
     </if>
     </if>