Commit c4884603 authored by clone's avatar clone

bug

parent eb193ef9
......@@ -240,7 +240,7 @@ class PerformanceService
//1带看 2进场 3收款 4成交报告
switch ($type) {
case 1:
$field = "DATE(a.create_time) as create_time,a.user_phone,a.user_name,a.user_id,b.house_id";
$field = "DATE(a.create_time) as create_time,a.user_phone,a.user_name,a.user_id,b.house_id,b.house_title";
$result = $this->reportModel->getAddReportOrderList($field, $params);
break;
case 2:
......
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