diff --git a/fzjgact/db.sqlite3 b/fzjgact/db.sqlite3 index f19d3c6..7cb896e 100644 Binary files a/fzjgact/db.sqlite3 and b/fzjgact/db.sqlite3 differ diff --git a/fzjgact/huodong/models.py b/fzjgact/huodong/models.py index cc496ac..7f6e909 100644 --- a/fzjgact/huodong/models.py +++ b/fzjgact/huodong/models.py @@ -64,6 +64,7 @@ class Activity(models.Model): ('搬迁', '搬迁'), ('原址装修', '原址装修'), ('撤销', '撤销'), + ('变更', '变更'), ('其他技术问题', '其他技术问题') ), verbose_name='活动类型')