Explorar el Código

公司初始化

cqp hace 1 mes
padre
commit
be96a57e6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'];
 }