buider
This commit is contained in:
@@ -106,8 +106,7 @@ class BaseModel extends Model {
|
||||
return (
|
||||
field !== 'id' &&
|
||||
field !== 'created_at' &&
|
||||
field !== 'updated_at' &&
|
||||
field !== 'deleted_at'
|
||||
field !== 'updated_at'
|
||||
);
|
||||
}),
|
||||
// 返回创建或更新后的记录
|
||||
|
||||
Reference in New Issue
Block a user