公众号关注
This commit is contained in:
@@ -216,7 +216,7 @@
|
|||||||
</otherwise>
|
</otherwise>
|
||||||
</choose>
|
</choose>
|
||||||
FROM tb_shop_user u
|
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表 -->
|
<!-- 只有当有筛选条件时才关联order表 -->
|
||||||
<if test="param.orderTimeToday == 1 or param.orderTimeYesterday == 1 or
|
<if test="param.orderTimeToday == 1 or param.orderTimeYesterday == 1 or
|
||||||
param.orderTimeTwoWeeks == 1 or param.orderTimeMoreThanTwoWeeks == 1 or
|
param.orderTimeTwoWeeks == 1 or param.orderTimeMoreThanTwoWeeks == 1 or
|
||||||
|
|||||||
Reference in New Issue
Block a user