|
|
@ -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; |
|
|
|
} |
|
|
|
} |
|
|
|