创建交易订单-单元测试-冲突合并

This commit is contained in:
ex_yang.li@ca-nio.com
2022-09-15 17:28:08 +08:00
parent f21ce954ec
commit 9cf470df94
4 changed files with 18 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ public class ProductSpuApiImpl implements ProductSpuApi {
private ProductSpuMapper productSpuMapper;
@Override
public List<SpuInfoRespDTO> getSpusByIds(Collection<Long> spuIds) {
public List<SpuInfoRespDTO> getSpuList(Collection<Long> spuIds) {
if (CollectionUtils.isAnyEmpty(spuIds)) {
return Collections.emptyList();
}