Commit 54c43d50 authored by zw's avatar zw

bug

parent a4e18b1a
......@@ -204,7 +204,7 @@ class OrderLog extends Basic
if (!isset($params["agent_id"]) || !isset($params["report_id"]) ||
!isset($params["order_id"]) || !isset($params["order_no"]) | !isset($params["collecting_bill"]) ||
!isset($params["house_number"]) || !isset($params["industry_type"]) || !isset($params["transfer_name"]) ) {
!isset($params["house_number"]) || !isset($params["industry_type"]) ) {
return $this->response("101", "请求参数错误");
}
......
......@@ -198,14 +198,14 @@ class OrderLogService
}
switch ($type) {
case 10:
if(empty($receipt_number)){
/* if(empty($receipt_number)){
return false;
}
}*/
break;
case 30:
if(empty($receipt_number)){
/* if(empty($receipt_number)){
return false;
}
}*/
break;
case 20:
break;
......
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