流量策略bug修改

This commit is contained in:
2023-09-01 11:22:25 +08:00
parent 1c62c8f411
commit ad9b6cd0f7
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ public enum DeviceResponseEnum {
FLOW_SAME_NAME("A0350","当前名称已存在"), FLOW_SAME_NAME("A0350","当前名称已存在"),
FLOW_FLAG("A0351","默认类型已存在"), FLOW_FLAG("A0351","默认类型已存在"),
FLOW_ERROR("A0352","占比参数异常"), FLOW_ERROR("A0352","确保流量占比普通<预警<告警"),
IMPORT_ORACLE_EXCEPTION("A0353","导入旧库台账异常"), IMPORT_ORACLE_EXCEPTION("A0353","导入旧库台账异常"),
PARAM_VAL_ERR("A0354","参数校验异常"), PARAM_VAL_ERR("A0354","参数校验异常"),

View File

@@ -129,7 +129,7 @@
</select> </select>
<select id="getDictData" resultType="java.lang.String"> <select id="getDictData" resultType="java.lang.String">
SELECT SELECT
Name id
FROM FROM
sys_dict_data sys_dict_data
WHERE WHERE