通知
This commit is contained in:
parent
8e581e07c1
commit
8a396cbccc
|
|
@ -4,6 +4,7 @@ namespace app\admin\behavior;
|
|||
|
||||
use app\admin\controller\SendMailLogic;
|
||||
use app\admin\model\OrderDispatch;
|
||||
use app\admin\model\TtsLog;
|
||||
use app\common\Logic\NoticeLogic;
|
||||
use app\common\model\Order;
|
||||
use think\Exception;
|
||||
|
|
@ -48,6 +49,7 @@ class OrderDispatchLog
|
|||
];
|
||||
$service = new NoticeLogic();
|
||||
$service->dispatchNotice($dispatch);
|
||||
TtsLog::create($data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user