流量策略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

@@ -129,7 +129,7 @@
</select>
<select id="getDictData" resultType="java.lang.String">
SELECT
Name
id
FROM
sys_dict_data
WHERE
@@ -140,4 +140,4 @@
DELETE FROM cld_strategydic_fun WHERE Strategy_Dic_Id = #{id}
</delete>
</mapper>
</mapper>