anderx 4 年之前
父節點
當前提交
9e000b324a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>