公众号关注

This commit is contained in:
2025-10-21 11:24:17 +08:00
parent 2154ebae15
commit d9ee6b21ec

View File

@@ -216,7 +216,7 @@
</otherwise>
</choose>
FROM tb_shop_user u
inner join tb_user_info user on u.user_id = user.id and user.wechat_ac_open_id is not null
inner join tb_user_info user on u.user_id = user.id and user.is_ac = 1
<!-- 只有当有筛选条件时才关联order表 -->
<if test="param.orderTimeToday == 1 or param.orderTimeYesterday == 1 or
param.orderTimeTwoWeeks == 1 or param.orderTimeMoreThanTwoWeeks == 1 or