ソースを参照

Merge remote-tracking branch 'origin/saas' into saas

zouxuan 3 年 前
コミット
79a64da2f7

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/PlatformProductMapper.xml

@@ -178,6 +178,7 @@
              GROUP BY a.`id_`) AS c
             ON b.`serve_id_` = c.serveId
         WHERE a.`pay_state_` = 1
+            and a.user_id_ is not null
         <if test="tenantId != null">
             and a.id_ = #{tenantId}
         </if>