袁野 2 years ago
parent 2c939a0bbe
commit 2803ea6a5b
  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);
if (apiKfcStores.size() > 0) {
apiKfcStores.get(0);
return apiKfcStores.get(0);
}
return null;
}

Loading…
Cancel
Save