Explorar o código

修改业务bug

gogs hai 2 meses
pai
achega
52b3eeec91
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Service/AuxiliaryAccountService.php

+ 1 - 0
app/Service/AuxiliaryAccountService.php

@@ -345,6 +345,7 @@ class AuxiliaryAccountService extends Service
         $customer = $customer->toArray();
         $customer['crt_name'] = Employee::where('id',$customer['crt_id'])->value('title');
         $customer['crt_time'] =$this->utcTime($customer['crt_time']);
+        $customer['month'] =$this->utcTime($customer['month']);
 
         $details = $this->getDetail($data['id']);
         $customer["details"] = $details;