Commit f2f4e2b0 authored by zw's avatar zw

注释

parent 10675152
......@@ -362,6 +362,11 @@ class OrderLogService
}
/**
* 获取我得成交报告详情
* @param $params
* @return false|\PDOStatement|string|\think\Collection
*/
public function getBargainDetail($params){
$bargainModel = new OBargainModel();
......@@ -371,6 +376,11 @@ class OrderLogService
}
/**
* 根据手机号和用户名搜索经纪人
* @param $keyWord
* @return false|\PDOStatement|string|\think\Collection
*/
public function searchAgents($keyWord){
$params["phone|name"] = array("like","%$keyWord%");
......
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