3
0
Fork 0

## 日结处理配送中心;

This commit is contained in:
cabbage 2025-08-13 10:03:29 +08:00
parent e2f34dd4ad
commit 76fcb536af
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@
on cm.pk_settle_country = bc.pk_country
left join cu_member_retail_region cr
on cr.pk_member = cm.pk_id and cr.effective = 0 and cr.del_flag = 0
and cr.business_type = 2
where cm.del_flag = 0
</insert>