349cadf0 by 王聪

hil_cms_status_info 数据插入问题修复

1 parent e5713204
...@@ -1072,7 +1072,6 @@ class NscInvoice(models.Model): ...@@ -1072,7 +1072,6 @@ class NscInvoice(models.Model):
1072 class Meta: 1072 class Meta:
1073 managed = False 1073 managed = False
1074 db_table = 'nsc_invoice' 1074 db_table = 'nsc_invoice'
1075 situ_db_label = 'hil'
1076 1075
1077 1076
1078 class AFCCmsStatusInfo(models.Model): 1077 class AFCCmsStatusInfo(models.Model):
...@@ -1100,4 +1099,3 @@ class HILCmsStatusInfo(models.Model): ...@@ -1100,4 +1099,3 @@ class HILCmsStatusInfo(models.Model):
1100 class Meta: 1099 class Meta:
1101 managed = False 1100 managed = False
1102 db_table = 'hil_cms_status_info' 1101 db_table = 'hil_cms_status_info'
1103 situ_db_label = 'hil'
...\ No newline at end of file ...\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!