|
|
@@ -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结束=========")
|