dev-discount
袁野 2 years ago
parent d0d22b69ee
commit aa38e02e2b
  1. 2
      hai-service/src/main/java/com/hai/service/impl/ApiProductServiceImpl.java

@ -394,7 +394,7 @@ public class ApiProductServiceImpl implements ApiProductService {
List<ApiKfcStores> apiKfcStores = apiKfcStoresMapper.selectByExample(example); List<ApiKfcStores> apiKfcStores = apiKfcStoresMapper.selectByExample(example);
if (apiKfcStores.size() > 0) { if (apiKfcStores.size() > 0) {
apiKfcStores.get(0); return apiKfcStores.get(0);
} }
return null; return null;
} }

Loading…
Cancel
Save