Commit c5aba4b6 by 陶光胜

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-platform-enterprise into developer
parents b060fbff 649b60c7
......@@ -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