Commit 4c6e0e88 authored by clone's avatar clone

1

parent 47c97555
...@@ -1385,6 +1385,6 @@ class Shop extends Basic ...@@ -1385,6 +1385,6 @@ class Shop extends Basic
if (count($houseArr) > 0) { if (count($houseArr) > 0) {
return $this->response("200", "success", $houseArr); return $this->response("200", "success", $houseArr);
} }
return $this->response("101", "null"); return $this->response("200", "null");
} }
} }
...@@ -125,6 +125,9 @@ class StoreFeeService ...@@ -125,6 +125,9 @@ class StoreFeeService
$office_info = $storeModel->findStore($field, ["id" => $store_id]); $office_info = $storeModel->findStore($field, ["id" => $store_id]);
$office_id = $office_info["office_id"]; $office_id = $office_info["office_id"];
} }
if (!$count_time) {
$count_time = date("Y-m-01", time());
}
$applyForArr = $this->applyForFeeModel->findByOne("id", [ $applyForArr = $this->applyForFeeModel->findByOne("id", [
"type" => $type, "type" => $type,
"fee_item" => $fee_item, "fee_item" => $fee_item,
......
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