Update SkuMapper.xml

In case where an SAV case from 2024 comes up....
pull/8523/head
Qiuyi LI 2025-06-11 11:45:53 +02:00 committed by GitHub
parent 1727b67386
commit 1ab137869a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
JOIN shop s ON po.shop_id = s.id
JOIN client c ON s.owner_id = c.id
WHERE c.id = #{clientId}
AND poc.create_time >= '2025-01-01 00:00:00'
AND poc.create_time >= '2024-01-01 00:00:00'
AND po.erp_status IN ('1','2')
AND po.can_send = 1
AND poc.erp_status IN ('1','2')