f01cb70d by 王聪

Merge branch 'feature/fsm-full' into 'feature/uat-tmp'

hil_cms_status_info 数据插入问题修复

See merge request !17
2 parents 34df21f0 349cadf0
......@@ -1072,7 +1072,6 @@ class NscInvoice(models.Model):
class Meta:
managed = False
db_table = 'nsc_invoice'
situ_db_label = 'hil'
class AFCCmsStatusInfo(models.Model):
......@@ -1100,4 +1099,3 @@ class HILCmsStatusInfo(models.Model):
class Meta:
managed = False
db_table = 'hil_cms_status_info'
situ_db_label = 'hil'
\ 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!