Browse Source

"branchoption"接口注释error

dev_shibei_match
yinzuomei 4 years ago
parent
commit
afda967351
  1. 2
      epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/service/impl/CustomerPartyBranchServiceImpl.java

2
epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/service/impl/CustomerPartyBranchServiceImpl.java

@ -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<>();

Loading…
Cancel
Save