Commit d69d25a1 authored by zhuwei's avatar zhuwei

1

parent eed571df
...@@ -441,12 +441,6 @@ class CostDetail extends Basic ...@@ -441,12 +441,6 @@ class CostDetail extends Basic
// $params = array( // $params = array(
// "district_id" => '12' // "district_id" => '12'
// ); // );
$checkResult = $this->validate($params, "CostDetailValidate.getAllStoreCost");
if (true !== $checkResult) {
return $this->response("101", $checkResult);
}
$conditions = []; $conditions = [];
if (!empty($params['district_id'])) { if (!empty($params['district_id'])) {
$conditions["b.district_id"] = $params["district_id"]; $conditions["b.district_id"] = $params["district_id"];
......
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