Commit 443a36c1 authored by clone's avatar clone

预计到场时间和备注

parent b30e86a8
...@@ -696,7 +696,7 @@ class OrderLogService ...@@ -696,7 +696,7 @@ class OrderLogService
} }
} }
$field_report = "a.id,a.create_time,b.id as order_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name"; $field_report = "a.id,a.create_time,a.predict_see_time,a.intro,b.id as order_id,b.house_title,c.id as agent_id,c.name,c.img,d.store_name";
$reportData = $oReportModel->selectReportByUserId($field_report, [ "user_id" => $user_id ]); $reportData = $oReportModel->selectReportByUserId($field_report, [ "user_id" => $user_id ]);
if (count($result) <= 0 && count($reportData) <= 0) { if (count($result) <= 0 && count($reportData) <= 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