|
|
|
@ -120,7 +120,7 @@ public class ProductQueryServiceImpl implements ProductQueryService { |
|
|
|
if (Objects.nonNull(product)) { |
|
|
|
List<ProductSpec> productSpecList = listProductSpecBy(product.getId()); |
|
|
|
if (CollUtil.isNotEmpty(productSpecList)) { |
|
|
|
infoVo.setUnitSellingPrice(productSpecList.get(0).getUnitSellingPrice()); |
|
|
|
infoVo.setFranchiseAmount(productSpecList.get(0).getUnitSellingPrice()); |
|
|
|
} |
|
|
|
} |
|
|
|
return infoVo; |
|
|
|
|