setProvinceHasOpenArea
This commit is contained in:
@@ -106,6 +106,7 @@ public class PartnerUserInfoServiceImpl implements PartnerUserInfoService {
|
||||
String province = areaPath.substring(0, areaPath.indexOf("/", areaPath.indexOf("/") + 1));
|
||||
hyOpenAreaInfoDOS = hyOpenAreaInfoDAO.queryByKeyword(province, true, null, true);
|
||||
}
|
||||
applyBaseInfoVO.setProvinceHasOpenArea(false);
|
||||
if (CollectionUtils.isNotEmpty(hyOpenAreaInfoDOS)) {
|
||||
applyBaseInfoVO.setProvinceHasOpenArea(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user