Commit 92c170a9 authored by hujun's avatar hujun

agent_id

parent a039e320
......@@ -82,8 +82,8 @@ class OrderLogService
$oImgModel = new OImg();
$oImgModel->addImgAll($father_id, 2, $transfer_img);
$pushMarchIn = new PushMessageService($params["report_id"], 2);
$pushMarchIn->pushMarchInMessage($params["report_id"], 2); //推送
$pushMarchIn = new PushMessageService();
$pushMarchIn->pushMarchInMessage($params["report_id"], 2, $agent_id); //推送
}
//todo if bill_arr not null, save database table
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