wesmiler 2 달 전
부모
커밋
8d89d8898b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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