|
|
@@ -124,7 +124,7 @@ public class HomepageApiController extends BaseApiController {
|
|
|
List<ProdAttrPrice> attrPriceList = prodAttrPriceService.selectProdAttrPriceList(condProdAttrPrice);
|
|
|
|
|
|
if (attrPriceList != null && !attrPriceList.isEmpty()) {
|
|
|
- prodResponse.setProdPrice(RMBUtil.fenToYuan(attrPriceList.get(0).getPrice()));
|
|
|
+ prodResponse.setPrice(RMBUtil.fenToYuan(attrPriceList.get(0).getPrice()));
|
|
|
}
|
|
|
|
|
|
ProdPic condPic = new ProdPic();
|
|
|
@@ -174,7 +174,7 @@ public class HomepageApiController extends BaseApiController {
|
|
|
List<ProdAttrPrice> attrPriceList = prodAttrPriceService.selectProdAttrPriceList(condProdAttrPrice);
|
|
|
|
|
|
if (attrPriceList != null && !attrPriceList.isEmpty()) {
|
|
|
- prodResponse.setProdPrice(RMBUtil.fenToYuan(attrPriceList.get(0).getPrice()));
|
|
|
+ prodResponse.setPrice(RMBUtil.fenToYuan(attrPriceList.get(0).getPrice()));
|
|
|
}
|
|
|
|
|
|
ProdPic condPic = new ProdPic();
|
|
|
@@ -224,7 +224,7 @@ public class HomepageApiController extends BaseApiController {
|
|
|
List<ProdAttrPrice> attrPriceList = prodAttrPriceService.selectProdAttrPriceList(condProdAttrPrice);
|
|
|
|
|
|
if (attrPriceList != null && !attrPriceList.isEmpty()) {
|
|
|
- prodResponse.setProdPrice(RMBUtil.fenToYuan(attrPriceList.get(0).getPrice()));
|
|
|
+ prodResponse.setPrice(RMBUtil.fenToYuan(attrPriceList.get(0).getPrice()));
|
|
|
}
|
|
|
|
|
|
ProdPic condPic = new ProdPic();
|