|
|
@@ -267,18 +267,18 @@ class GroupServiceWorkLogic extends BaseLogic
|
|
|
Db::commit();
|
|
|
|
|
|
// 工程师派单通知【给工程师的通知】【公众号通知,不发短信】
|
|
|
- $workDetail = GroupServiceWorkLogic::detail($params);
|
|
|
- $res = event('Notice', [
|
|
|
- 'scene_id' => 113,
|
|
|
- 'params' => [
|
|
|
- 'user_id' => $params['master_worker_id'],
|
|
|
- 'order_id' => $params['id'],
|
|
|
- 'thing9' => $workDetail['title'],
|
|
|
- 'time7' => $workDetail['appointment_time'],
|
|
|
- 'thing8' => (iconv_strlen($workDetail['address'])>15)?(mb_substr($workDetail['address'],0,15,'UTF-8').'...'):$workDetail['address'],
|
|
|
- 'phone_number6' => asteriskString($workDetail['mobile']),
|
|
|
- ]
|
|
|
- ]);
|
|
|
+ // $workDetail = GroupServiceWorkLogic::detail($params);
|
|
|
+ // $res = event('Notice', [
|
|
|
+ // 'scene_id' => 113,
|
|
|
+ // 'params' => [
|
|
|
+ // 'user_id' => $params['master_worker_id'],
|
|
|
+ // 'order_id' => $params['id'],
|
|
|
+ // 'thing9' => $workDetail['title'],
|
|
|
+ // 'time7' => $workDetail['appointment_time'],
|
|
|
+ // 'thing8' => (iconv_strlen($workDetail['address'])>15)?(mb_substr($workDetail['address'],0,15,'UTF-8').'...'):$workDetail['address'],
|
|
|
+ // 'phone_number6' => asteriskString($workDetail['mobile']),
|
|
|
+ // ]
|
|
|
+ // ]);
|
|
|
return true;
|
|
|
}catch(\Exception $e){
|
|
|
Db::rollback();
|