|
|
@@ -20,6 +20,7 @@ use app\api\logic\ServiceOrderLogic;
|
|
|
use app\api\logic\UserCouponLogic;
|
|
|
use app\common\enum\ThirdTypeEnum;
|
|
|
use app\common\enum\worker\WorkerAccountLogEnum;
|
|
|
+use app\common\logic\ExternalPlatformLogic;
|
|
|
use app\common\logic\ThirdOrderLogic;
|
|
|
use app\common\logic\WorkerAccountLogLogic;
|
|
|
use app\common\model\external\ExternalPlatformOrders;
|
|
|
@@ -1331,6 +1332,7 @@ class ServiceWorkLogic extends BaseLogic
|
|
|
]);
|
|
|
|
|
|
Db::commit();
|
|
|
+ ExternalPlatformLogic::generalServiceWork('1003',['work_id' => $params['id']]);
|
|
|
Log::info('终止结束服务'.json_encode([$serviceWork]));
|
|
|
return true;
|
|
|
} catch (\Exception $e) {
|