lgy 10 hours ago
parent
commit
7246060f30
1 changed files with 1 additions and 1 deletions
  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 自动写入时间戳
      * @var string 自动写入时间戳
      */
      */
-    protected $autoWriteTimestamp = true;
+    protected $autoWriteTimestamp = false;
     protected $name = 'admins';
     protected $name = 'admins';
 
 
     /**
     /**