Browse Source

客户报备

hujingpei 4 years ago
parent
commit
02f1a114a3
1 changed files with 1 additions and 1 deletions
  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 = ()