|
@@ -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 {
|