Commit c63fbfc6 authored by zw's avatar zw

bug

parent d6aa790e
......@@ -858,10 +858,10 @@ class OrderLogService
//$condition["c.house_title"] = array( 'like', "%" . trim($params['search_keyword']) . "%" );
break;
case 6://客户编号
$condition .= "a.user_id" . trim($params['search_keyword']);
$condition .= "and a.user_id" . trim($params['search_keyword']);
break;
case 7://商铺编号
$condition .= "b.house_id" . trim($params['search_keyword']);
$condition .= "and b.house_id" . trim($params['search_keyword']);
break;
default:
return ["code" => "101", "msg" => "搜索类型错误"];
......
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