Commit 0f7fc2e8 authored by zw's avatar zw

bug

parent 0b3a04b7
......@@ -60,7 +60,8 @@ class Feed extends Basic
}
$data = $push->getList($pageNo, $pageSize, 'id DESC', $field, $where);
//todo 0923 经理提的问题
$data = [];
foreach ($data as $k => $v) {
if ($v['type'] == 0) {
$data[$k]['icon'] = CURRENT_URL . "resource/image/notice_xibaotl.png";
......
......@@ -207,7 +207,8 @@ class OrderLogService
$houseNumUpdateService->updateHouseNumByBargain($order_id);
$push_message = new PushMessageService();
$push_message->pushBargainMessage($report_id); //推送
//todo 0923 经理提的问题
// $push_message->pushBargainMessage($report_id); //推送
}
//todo if bill_arr not null, save database table
......
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