Commit f6aa9555 by guojuxing

提供账号分组需要的接口

parent 2cc8254f
......@@ -89,6 +89,13 @@ public interface TabSysUnionEnterpriseAuthMapper {
@Param("endTime") String endTime);
/**
* 模糊查询账号分组授权的记录
* @param accountGroupId
* @return
*/
List<TabSysUnionEnterpriseAuth> listUnionEnterpriseAuthByAccountGroupId(@Param("accountGroupId") Integer accountGroupId);
/**
* 查询全部
* @return
*/
......
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