1.修改流量统计折线图的时区设置;
2.修改服务接口的参数,将版本信息改为在接口的方法参数中,而不是接口URL参数中; 3.修改配置启停任务调度逻辑。
This commit is contained in:
@@ -97,4 +97,6 @@ public interface ConfigSynchronizationDao {
|
||||
public List<ComplexkeywordCfg> getComplexStrListByService(BaseCfg entity);
|
||||
public List<IpPortCfg> getAppIpPortList(@Param("tableName")String tableName,@Param("compileIds")List compileIds);
|
||||
public List<AppIpCfg> getAppIpFeatureList(BaseCfg entity);
|
||||
|
||||
public void updateCfgStatus(BaseCfg entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user