867f6a13 by 周伟奇

fix bug

1 parent 5334c9ab
......@@ -213,7 +213,6 @@ class HILComparisonInfo(models.Model):
class Meta:
managed = False
db_table = 'hil_comparison_info'
situ_db_label = 'hil'
# OCR结果累计表
......@@ -267,5 +266,4 @@ class HILOCRResult(models.Model):
class Meta:
managed = False
db_table = 'hil_ocr_result'
situ_db_label = 'hil'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!