shish 5 anos atrás
pai
commit
7ef29d31c2
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      biz-ghs/clear/services/ClearService.php

+ 2 - 2
biz-ghs/clear/services/ClearService.php

@@ -31,7 +31,7 @@ class ClearService extends BaseService
                 if ($type == 2) {
                     $operator = '商家';
                 } else {
-                    $operator = $val['ghsShopAdminName'] ?? '';
+                    $operator = $val['customShopAdminName'] ?? '';
                 }
             }
             if ($ptStyle == dict::getDict('ptStyle', 'ghs')) {
@@ -39,7 +39,7 @@ class ClearService extends BaseService
                 if ($type == 1) {
                     $operator = '客户';
                 } else {
-                    $operator = $val['customShopAdminName'] ?? '';
+                    $operator = $val['ghsShopAdminName'] ?? '';
                 }
             }
             $data['list'][$key]['operator'] = $operator;