Commit eda52a41 authored by hujun's avatar hujun

1

parent 7d0f9538
...@@ -64,7 +64,6 @@ class PushMessageService ...@@ -64,7 +64,6 @@ class PushMessageService
$result = true; $result = true;
} catch (\Exception $e) { } catch (\Exception $e) {
$result = false; $result = false;
var_dump($e->getMessage());die;
} }
return $result; return $result;
...@@ -84,7 +83,7 @@ class PushMessageService ...@@ -84,7 +83,7 @@ class PushMessageService
{ {
$report = new OReportModel(); $report = new OReportModel();
$field = 'house_title,user_name,report_store_id,report_agent_id,a.user_id,b.house_idb.id as order_id'; $field = 'house_title,user_name,report_store_id,report_agent_id,a.user_id,b.house_id,b.id as order_id';
$report_data = $report->getReportOrder($field, [ 'a.id' => $report_id ]); $report_data = $report->getReportOrder($field, [ 'a.id' => $report_id ]);
$agent = new AAgents(); $agent = new AAgents();
......
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