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