Selaa lähdekoodia

后:历史数据

dubch 5 vuotta sitten
vanhempi
commit
9d730aad02
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  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结束=========")