瀏覽代碼

Merge branch 'feature/eta1.9.1_edb_refresh' into debug

xyxie 9 月之前
父節點
當前提交
8cbdb6e250
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/data/edb_info.go

+ 1 - 1
services/data/edb_info.go

@@ -251,7 +251,7 @@ func RefreshDataFromCalculateAll() (err error) {
 	var condition string
 	var pars []interface{}
 	// 查询 普通指标的计算指标
-	condition += " AND edb_type=?  AND edb_info_type=? "
+	condition += " AND edb_type=?  AND edb_info_type=? AND no_update=0"
 	pars = append(pars, 2, 0)
 
 	items, err := data_manage.GetEdbInfoByCondition(condition, pars, 0)