zhongrj
2024-05-24 39e89336642b358f5e66f0a87e01248b96428ce1
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);
}