Commit f0c0a6d0 authored by zw's avatar zw

订单搜索

parent 66ca95b3
......@@ -329,13 +329,16 @@ class OrderLogService
$result[$k]["sign"] .= $reportService->signTitle($value["type"]).",";
}
}
}
return $result;
}
}
/**
* 获取成交报告列表
* @param $params
* @return false|\PDOStatement|string|\think\Collection
*/
public function getBargainList($params){
$pageNo = empty($params["page_no"]) ? 1 : $params["page_no"];
......
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