Commit a96ffabb authored by hujun's avatar hujun

去除验证

parent 48351b68
......@@ -2840,7 +2840,7 @@ class Finance extends Basic
$params = $this->params;
if (empty($params["agent_id"]) || empty($params["report_id"]) ||
empty($params["order_id"]) || empty($params["order_no"]) | empty($params["collecting_bill"]) ||
empty($params["house_number"]) || empty($params["industry_type"]) ) {
!isset($params["house_number"]) || !isset($params["industry_type"]) ) {
return $this->response("101", "请求参数错误");
}
......
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