规则展示,bug修复
This commit is contained in:
@@ -171,4 +171,13 @@
|
||||
ORDER BY sort_no ASC, id ASC
|
||||
</select>
|
||||
|
||||
<select id="selectEnabledParamsForGlobal" resultMap="RuleConfigParamMap">
|
||||
SELECT p.rule_code, p.param_key, p.param_val, p.val_type, p.param_name, p.sort_no, p.enabled, p.remark
|
||||
FROM rule_item_param p
|
||||
INNER JOIN rule_item r ON p.rule_code = r.rule_code
|
||||
WHERE r.enabled = 1
|
||||
AND p.enabled = 1
|
||||
ORDER BY r.priority_no ASC, p.sort_no ASC, p.id ASC
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user