Browse Source

移除未使用的代码和注释

- 删除了多个文件中未使用的类型定义和函数
-移除了大量注释掉的代码片段
- 简化了一些函数的实现,去除了不必要的逻辑
Roc 4 months ago
parent
commit
5f7a330f3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/edb_data_business.go

+ 1 - 0
models/edb_data_business.go

@@ -188,6 +188,7 @@ func (obj Business) refresh(to *gorm.DB, edbInfo *EdbInfo, startDate string) (er
 	}
 
 	return
+
 }
 
 func (obj Business) refreshByMongo(edbInfo *EdbInfo, startDate string) (err error) {