cqpCow hace 1 año
padre
commit
dbe9202d92
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Service/BasicTypeService.php

+ 1 - 0
app/Service/BasicTypeService.php

@@ -125,6 +125,7 @@ class BasicTypeService extends Service
                     ->where('del_time',0)
                     ->exists();
                 $data['data'][$key]['crt_time'] = time();
+                $data['data'][$key]['crt_id'] = $user['id'];
                 $data['data'][$key]['depart_id'] = $data['depart_id'];
                 $data['data'][$key]['top_depart_id'] = $data['top_depart_id'];
             }else{