lgy il y a 15 heures
Parent
commit
7246060f30
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      jcjyhr/app/admin/model/Admin.php

+ 1 - 1
jcjyhr/app/admin/model/Admin.php

@@ -23,7 +23,7 @@ class Admin extends Model
     /**
      * @var string 自动写入时间戳
      */
-    protected $autoWriteTimestamp = true;
+    protected $autoWriteTimestamp = false;
     protected $name = 'admins';
 
     /**