101captain
2022-05-19 84d56cf94d1c38c832f0620b3f3f85f6c14bbc6e
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));
    }
}