hujingpei hace 4 años
padre
commit
02f1a114a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = ()