fix
This commit is contained in:
@@ -170,9 +170,8 @@ public class RegionServiceImpl implements RegionService {
|
||||
return Lists.newArrayList();
|
||||
}
|
||||
BigRegionDO byRegionId = bigRegionDAO.getByRegionId(regionId);
|
||||
if (byRegionId.getRegionName().endsWith("大区")){
|
||||
//找门店-XX大区
|
||||
regionId = byRegionId.getStoreManageRegionId() ;
|
||||
if (byRegionId.getStoreManageRegionId()==null){
|
||||
regionId=byRegionId.getRegionId();
|
||||
}
|
||||
return regionMapper.getSubRegionByParentIdAndRegionType(regionId,"path");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user