diff --git a/server/app/common/model/match/MatchOdds.php b/server/app/common/model/match/MatchOdds.php index b41c380..9cd6944 100644 --- a/server/app/common/model/match/MatchOdds.php +++ b/server/app/common/model/match/MatchOdds.php @@ -7,4 +7,7 @@ use app\common\model\BaseModel; class MatchOdds extends BaseModel { protected $name = 'match_odds'; + protected $autoWriteTimestamp = false; + protected $createTime = false; + protected $updateTime = false; }