Commit e135d4b6 authored by clone's avatar clone

bug

parent 591b5aff
......@@ -615,7 +615,7 @@ class OrderLog extends Basic
if (!isset($params["order_id"])) {
return $this->response("101", "请求参数错误");
}
$field = "id,order_id,account_statement,commission,house_number,is_open";
$field = "id,order_id,account_statement,commission,house_number,is_open,industry_type";
$where_["order_id"] = $params["order_id"];
$where_["father_id"] = 0;
$where_["account_statement"] = 0;
......
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