Browse Source

修改业务bug

gogs 2 months ago
parent
commit
52b3eeec91
1 changed files with 1 additions and 0 deletions
  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;