Explorar o código

Merge branch 'master' of e.coding.net:zdap/weixiu/weixiu_api into training-m

liugc hai 1 ano
pai
achega
1042e8d3c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/adminapi/controller/works/ReturnWorkController.php

+ 1 - 1
app/adminapi/controller/works/ReturnWorkController.php

@@ -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'],