fix:所属大区新增品牌筛选
This commit is contained in:
@@ -28,9 +28,6 @@ public class BigRegionDAO {
|
|||||||
BigRegionMapper bigRegionMapper;
|
BigRegionMapper bigRegionMapper;
|
||||||
|
|
||||||
public List<BigRegionDTO> queryAllBigRegion(String keyword, Integer joinBrand){
|
public List<BigRegionDTO> queryAllBigRegion(String keyword, Integer joinBrand){
|
||||||
if (Objects.isNull(joinBrand)) {
|
|
||||||
joinBrand = FranchiseBrandEnum.ZXJP.getCode();
|
|
||||||
}
|
|
||||||
return bigRegionMapper.queryAllBigRegion(keyword, joinBrand);
|
return bigRegionMapper.queryAllBigRegion(keyword, joinBrand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user