调整补贴使用限制

This commit is contained in:
lewis 2024-02-29 19:59:42 +08:00
parent 39d46328df
commit 1ddb5b2f02

View File

@ -571,7 +571,7 @@ class StoreOrderCreateRepository extends StoreOrderRepository
$isOfficialStore = false; $isOfficialStore = false;
} }
} }
if (!$isOfficialStore || $source != 103) { if (!$isOfficialStore) {
$ConsumptionWhere['type'] = 1; $ConsumptionWhere['type'] = 1;
} }