hil_cms_status_info 数据插入问题修复
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment