Browse Source

公司初始化

cqp 1 month ago
parent
commit
be96a57e6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Model/Archive.php

+ 1 - 1
app/Model/Archive.php

@@ -12,5 +12,5 @@ class Archive extends DataScopeBaseModel
     const UPDATED_AT = 'upd_time';
     protected $dateFormat = 'U';
 
-    public static $field = ['month','id','crt_id'];
+    public static $field = ['month','id','crt_id','crt_time'];
 }