实时报表-流量统计菜单-统计中的配置统计模块
1.时间粒度最大范围调整 5分钟(一个月) 小时(一个月) 天(一年) 2.查询配置ID的规则名称时,取消is_valid=1的查询条件
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
select cfg_desc from ${tableName}
|
||||
|
||||
<where>
|
||||
is_valid=1
|
||||
and service_id = #{serviceId}
|
||||
service_id = #{serviceId}
|
||||
and compile_id= #{cfgId}
|
||||
</where>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user