瀏覽代碼

后:历史数据

dubch 5 年之前
父節點
當前提交
9d730aad02
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/dashoo.cn/backend/api/controllers/tmpzcgf/tmpzcgf.go

+ 1 - 4
src/dashoo.cn/backend/api/controllers/tmpzcgf/tmpzcgf.go

@@ -822,9 +822,6 @@ func (this *TmpzcgfController) ClearAll() {
 	sql = "truncate table s5OVEDocumentHistory"
 	svc.DBE.Query(sql)
 
-	sql = "truncate table s5OVEDocumentInfo"
-	svc.DBE.Query(sql)
-
 	sql = "truncate table Del_OilAnnualAudit"
 	svc.DBE.Query(sql)
 
@@ -860,7 +857,7 @@ func (this *TmpzcgfController) ClearAll() {
 
 	sql = "truncate table Base_AuditHistory"
 	svc.DBE.Query(sql)
-	
+
 	sql = "truncate table OilSupplierSceneFile"
 	svc.DBE.Query(sql)
 	fmt.Println("==========truncate table结束=========")