Commit 528f8978 by guojuxing

pmd

parent 92329786
...@@ -694,7 +694,7 @@ public class MenuApiServiceImpl implements MenuApiService { ...@@ -694,7 +694,7 @@ public class MenuApiServiceImpl implements MenuApiService {
@Override @Override
public ServiceResponse<Map<String, String>> getGicDefaultVersion() { public ServiceResponse<Map<String, String>> getGicDefaultVersion() {
Map<String, String> map = new HashMap<>(16); Map<String, String> map = new HashMap<>(16);
ServiceResponse<List<ServePropDTO>> versionListResult = serveApiService.listServePropByGICDefaultAPP(); ServiceResponse<List<ServePropDTO>> versionListResult = serveApiService.listServePropByGICDefaultApp();
if (versionListResult.isSuccess()) { if (versionListResult.isSuccess()) {
List<ServePropDTO> versionList = versionListResult.getResult(); List<ServePropDTO> versionList = versionListResult.getResult();
if (CollectionUtils.isNotEmpty(versionList)) { if (CollectionUtils.isNotEmpty(versionList)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment