Commit 952f5021 by guojuxing

平台规则查询修复

parent 1a1cd7d1
......@@ -57,7 +57,7 @@ public interface TabConfigRuleEnterpriseMapper {
int countRepeatName(@Param("enterpriseRuleId") Integer enterpriseRuleId, @Param("ruleName") String ruleName);
List<RuleEnterpriseDTO> listRule(String search);
List<RuleEnterpriseDTO> listRule(@Param("search") String search);
List<RuleEnterpriseDTO> listEnterpriseRule(@Param("enterpriseRuleId") Integer enterpriseRuleId, @Param("search") String search);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment