Browse Source

客户报备

hujingpei 4 năm trước cách đây
mục cha
commit
02f1a114a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/customer/models.py

+ 1 - 1
apps/customer/models.py

@@ -35,7 +35,7 @@ class ReportCustomer(models.Model):
 
 
     class Meta:
-        db_table = 'customer'
+        db_table = 'report_customer'
         verbose_name = u'客户报备'
         ordering = ['-id']
         default_permissions = ()