shish hace 5 años
padre
commit
30e9195b92
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      biz-ghs/clear/services/ClearService.php

+ 4 - 0
biz-ghs/clear/services/ClearService.php

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