更新店铺类型同步云商商品

This commit is contained in:
yaooo 2023-09-04 14:56:44 +08:00
parent 9bd160f651
commit bda042eec0

View File

@ -110,7 +110,7 @@ class paySuccessOrder
} }
$typeCloudWarehouseId = Db::name('MerchantType')->where('type_code', Merchant::TypeCode['TypeCloudWarehouse'])->value('mer_type_id'); $typeCloudWarehouseId = Db::name('MerchantType')->where('type_code', Merchant::TypeCode['TypeCloudWarehouse'])->value('mer_type_id');
//云仓佣金 //云仓佣金
$this->calculate($TypeCloudWarehouse, 'commission_to_cloud_rate'); $this->calculate($typeCloudWarehouseId, 'commission_to_cloud_rate');
} }
if ($this->remain > 0) { if ($this->remain > 0) {