linwei
2024-01-30 6ed1374e8be5ca3bf85c41e07aff0e70398f0656
src/main/java/org/springblade/modules/partyOrganization/mapper/PartyOrganizationMapper.java
@@ -26,5 +26,8 @@
public interface PartyOrganizationMapper extends BaseMapper<PartyOrganization> {
   List<PartyOrganizationVO> getPage(IPage<PartyOrganizationVO> page, @Param("vo") PartyOrganizationVO partyOrganizationVO);
   List<PartyOrganizationVO> getPage(IPage<PartyOrganizationVO> page,
                             @Param("vo") PartyOrganizationVO partyOrganizationVO,
                             @Param("regionChildCodesList") List<String> regionChildCodesList,
                             @Param("isAdministrator") Integer isAdministrator);
}