wesmiler hace 1 mes
padre
commit
8d89d8898b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Models/AccountStatisticsModel.php

+ 2 - 0
app/Models/AccountStatisticsModel.php

@@ -22,6 +22,8 @@ class AccountStatisticsModel extends BaseModel
     // 设置数据表
     protected $table = 'account_statistics';
 
+    const UPDATED_AT = 'updated_at';
+
     /**
      * 用户
      * @return \Illuminate\Database\Eloquent\Relations\HasOne