|
|
@@ -550,9 +550,9 @@ class ServiceWorkLogic extends BaseLogic
|
|
|
ServiceWorkerAllocateWorkerLogic::add($work_log);
|
|
|
Db::commit();
|
|
|
|
|
|
- //美团的订单更新履约状态为已分配
|
|
|
- if($work->third_type == 1){
|
|
|
- ThirdOrderLogic::updateorderfulfillinfo($work,ThirdTypeEnum::MEITUAN_MEITUAN);
|
|
|
+ // 外部平台工单 - 通知外边平台
|
|
|
+ if($work->external_platform_id > 0){
|
|
|
+ ExternalPlatformLogic::generalServiceWork('1003',['work_id' => $work->id]);
|
|
|
}
|
|
|
|
|
|
// 工程师派单通知【给工程师的通知】【公众号通知,不发短信】
|