|
@@ -132,7 +132,7 @@ class ReturnWorkController extends BaseAdminController
|
|
|
'scene_id' => 124,
|
|
'scene_id' => 124,
|
|
|
'params' => [
|
|
'params' => [
|
|
|
'user_id' => $returnWork['master_worker_id'],
|
|
'user_id' => $returnWork['master_worker_id'],
|
|
|
- 'order_id' => $params['issue_work_id'],
|
|
|
|
|
|
|
+ 'order_id' => $returnWork['id'],
|
|
|
'thing2' => $issueWork['complaint_type_text'],
|
|
'thing2' => $issueWork['complaint_type_text'],
|
|
|
'thing3' => $issueWork['complaint_details'],
|
|
'thing3' => $issueWork['complaint_details'],
|
|
|
'thing4' => (iconv_strlen($workDetail['address'])>15)?(mb_substr($workDetail['address'],0,15,'UTF-8').'...'):$workDetail['address'],
|
|
'thing4' => (iconv_strlen($workDetail['address'])>15)?(mb_substr($workDetail['address'],0,15,'UTF-8').'...'):$workDetail['address'],
|