|
|
@ -153,7 +153,7 @@ public class CustomerPartyBranchServiceImpl extends BaseServiceImpl<CustomerPart |
|
|
|
@Override |
|
|
|
public List<OptionResultDTO> getBranchOption(String gridId) { |
|
|
|
if (StringUtils.isBlank(gridId)) { |
|
|
|
log.error("网格ID为空"); |
|
|
|
log.warn("网格ID为空"); |
|
|
|
return Collections.emptyList(); |
|
|
|
} |
|
|
|
LambdaQueryWrapper<CustomerPartyBranchEntity> wrapper = new LambdaQueryWrapper<>(); |
|
|
|