|
|
@@ -339,7 +339,6 @@ class StoreService
|
|
|
"work_tax_fee" => $taxFee,
|
|
|
])) return false;
|
|
|
$this->setStoreAmount($store->owner_id,$amount);
|
|
|
- Cache::put("owner_fee_details:stores_".$store->id,1,86400);
|
|
|
if ($money>0)$this->constructFeeInfo([
|
|
|
"worked_at" => $store->updated_at,
|
|
|
"owner_id" => $store->owner_id,
|
|
|
@@ -351,6 +350,7 @@ class StoreService
|
|
|
"tax_rate" =>0,
|
|
|
"fee_description"=>'',
|
|
|
]);
|
|
|
+ Cache::put("owner_fee_details:stores_".$store->id,1,86400);
|
|
|
return true;
|
|
|
}
|
|
|
|