소스 검색

fix:会员总数统计调整(去掉不存在的销售)

caoliqin 2 일 전
부모
커밋
ddba32e986
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fs-service-system/src/main/resources/mapper/store/FsUserMapper.xml

+ 1 - 0
fs-service-system/src/main/resources/mapper/store/FsUserMapper.xml

@@ -1458,6 +1458,7 @@
         WHERE
             fs_user.is_del = 0
           AND fs_user.`status` = 1
+          AND company_user.user_id is not null
     </select>