Commit 768ed6d2 authored by clone's avatar clone

1

parent 274eba39
...@@ -620,7 +620,7 @@ class StoreFeeService ...@@ -620,7 +620,7 @@ class StoreFeeService
$storeDataModel = new FStoreData(); $storeDataModel = new FStoreData();
$storeDataInfo = $storeDataModel->findByOne("id,store_id,setting_date,official_receipts,last_official_receipts, $storeDataInfo = $storeDataModel->findByOne("id,store_id,setting_date,official_receipts,last_official_receipts,
deduct", ["store_id" => $store_id]); deduct", ["store_id" => $store_id,"setting_date"=>$setting_date]);
if (!$storeDataInfo) { if (!$storeDataInfo) {
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment