cqpCow 1 year ago
parent
commit
db188ecb42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/RangeService.php

+ 1 - 1
app/Service/RangeService.php

@@ -509,7 +509,7 @@ class RangeService extends Service
             if(! empty($name)){
                 $tmp = [
                     'id' => $value['param_id'],
-                    'name' => $emp_map[$value['param_id']] ?? '',
+                    'emp_name' => $emp_map[$value['param_id']] ?? '',
                 ];
                 $employee[$value['data_id']][] = $tmp;
             }