1、文件:app/jobs/order/SpliteStoreOrderJob.php
2、對照下圖修改,下圖為修復(fù)后代碼截圖
3、注意需要消息管理有數(shù)據(jù),
如果沒有修復(fù): http://therapist.net.cn/ask/thread/24211
4、文件:app/services/message/NoticeService.php
if ($noticeInfo) {
return $noticeInfo->toArray();
} else {
return [];
}
修改后如下截圖: