Browse Source

style:代码样式调整

Roc 1 year ago
parent
commit
e027cdd016
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/data/edb_info.go

+ 2 - 2
services/data/edb_info.go

@@ -35,7 +35,7 @@ func EdbInfoRefreshAllFromBaseV2(edbInfoId int, refreshAll bool) (err error, isA
 // @author Roc
 // @datetime 2022-09-16 11:04:44
 // @description 将原有的单个指标刷新,调整为批量多个指标刷新
-// DeprecatedTime 2023-10-23 09:38:19废弃试用
+// DeprecatedTime 2023-10-23 09:38:19废弃
 // Deprecated
 func EdbInfoRefreshAllFromBaseV3Bak(edbInfoIdList []int, refreshAll, isSync bool) (err error, isAsync bool) {
 	var errmsg string
@@ -76,7 +76,7 @@ func EdbInfoRefreshAllFromBaseV3Bak(edbInfoIdList []int, refreshAll, isSync bool
 //	@param isSync bool
 //	@return err error
 //	@return isAsync bool
-func EdbInfoRefreshAllFromBaseV3(edbInfoIdList []int, refreshAll bool, isSync bool) (err error, isAsync bool) {
+func EdbInfoRefreshAllFromBaseV3(edbInfoIdList []int, refreshAll, isSync bool) (err error, isAsync bool) {
 	var errmsg string
 	defer func() {
 		if err != nil {