Commit c36f2919 authored by clone's avatar clone

1

parent d9a3430d
...@@ -265,8 +265,6 @@ class StoreFeeService ...@@ -265,8 +265,6 @@ class StoreFeeService
public function creationStoreFeeDetail($cost_id, $setting_date) public function creationStoreFeeDetail($cost_id, $setting_date)
{ {
$storeSettingInfo = $this->getStoreData($setting_date); $storeSettingInfo = $this->getStoreData($setting_date);
dump($storeSettingInfo);
exit;
if (!$storeSettingInfo) { if (!$storeSettingInfo) {
return "当月门店数据未设置"; return "当月门店数据未设置";
} }
......
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