瀏覽代碼

小高薪

cqp 2 月之前
父節點
當前提交
d12f377614
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/AuxiliaryAccountService.php

+ 1 - 1
app/Service/AuxiliaryAccountService.php

@@ -199,7 +199,7 @@ class AuxiliaryAccountService extends Service
             $model->code = $this->generateBillNo([
                 'top_depart_id' => $user['top_depart_id'],
                 'type' => ExpenseClaims::Order_type,
-                'period' => date("Ym", strtotime($data['month']))
+                'period' => date("Ym", $data['month'])
             ]);
             $model->month = $data['month'];
             $model->crt_id = $user['id'];