Commit e2e0a62e authored by hujun's avatar hujun

追评推送

parent 3f31267f
...@@ -90,7 +90,7 @@ class OrderLogService ...@@ -90,7 +90,7 @@ class OrderLogService
$oImgModel->addImgAll($father_id, 2, $transfer_img); $oImgModel->addImgAll($father_id, 2, $transfer_img);
$pushMarchIn = new PushMessageService(); $pushMarchIn = new PushMessageService();
$pushMarchIn->pushMarchInMessage($params["report_id"], 2, $agent_id); //推送 $pushMarchIn->pushMarchInMessage($params["report_id"], 2, $agent_id, $collecting["pay_type"]); //推送
} }
//todo if bill_arr not null, save database table //todo if bill_arr not null, save database table
if (!empty($bill_arr)) { if (!empty($bill_arr)) {
...@@ -174,7 +174,7 @@ class OrderLogService ...@@ -174,7 +174,7 @@ class OrderLogService
} }
$pushMarchIn = new PushMessageService(); $pushMarchIn = new PushMessageService();
$pushMarchIn->pushMarchInMessage($params["report_id"], 2, $agent_id); //推送 $pushMarchIn->pushMarchInMessage($params["report_id"], 2, $agent_id, $collecting["pay_type"]); //推送
} }
//todo if bill_arr not null, save database table //todo if bill_arr not null, save database table
if (!empty($bill_arr)) { if (!empty($bill_arr)) {
......
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