101captain
2022-05-13 6220152edb324d95f8381741df4c868b83f71a88
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/BcRegionServiceImpl.java
@@ -22,7 +22,7 @@
public class BcRegionServiceImpl extends ServiceImpl<BcRegionDao, BcRegion> implements BcRegionService {
    @Override
    public R pageList(String name) {
        return R.ok(this.baseMapper.selectByName(name));
    public R pageList(String province, String city, String country,String town) {
        return R.ok(this.baseMapper.selectByName(province,city,country,town));
    }
}