|
@@ -118,7 +118,6 @@ public class HomepageApiController extends BaseApiController {
|
|
|
ProdAttrPrice condProdAttrPrice = new ProdAttrPrice();
|
|
ProdAttrPrice condProdAttrPrice = new ProdAttrPrice();
|
|
|
condProdAttrPrice.setProdId(mercProd.getProdId());
|
|
condProdAttrPrice.setProdId(mercProd.getProdId());
|
|
|
condProdAttrPrice.setSellerId(mercProd.getMercId());
|
|
condProdAttrPrice.setSellerId(mercProd.getMercId());
|
|
|
- condProdAttrPrice.setBuyerId(100L);
|
|
|
|
|
condProdAttrPrice.setBuyerRoleKey(ERoleKey.CUSTOMER.getCode());
|
|
condProdAttrPrice.setBuyerRoleKey(ERoleKey.CUSTOMER.getCode());
|
|
|
condProdAttrPrice.setDelFlag(EDelFlag.NO.getVal());
|
|
condProdAttrPrice.setDelFlag(EDelFlag.NO.getVal());
|
|
|
|
|
|
|
@@ -169,7 +168,6 @@ public class HomepageApiController extends BaseApiController {
|
|
|
ProdAttrPrice condProdAttrPrice = new ProdAttrPrice();
|
|
ProdAttrPrice condProdAttrPrice = new ProdAttrPrice();
|
|
|
condProdAttrPrice.setProdId(mercProd.getProdId());
|
|
condProdAttrPrice.setProdId(mercProd.getProdId());
|
|
|
condProdAttrPrice.setSellerId(mercProd.getMercId());
|
|
condProdAttrPrice.setSellerId(mercProd.getMercId());
|
|
|
- condProdAttrPrice.setBuyerId(100L);
|
|
|
|
|
condProdAttrPrice.setBuyerRoleKey(ERoleKey.CUSTOMER.getCode());
|
|
condProdAttrPrice.setBuyerRoleKey(ERoleKey.CUSTOMER.getCode());
|
|
|
condProdAttrPrice.setDelFlag(EDelFlag.NO.getVal());
|
|
condProdAttrPrice.setDelFlag(EDelFlag.NO.getVal());
|
|
|
|
|
|
|
@@ -220,7 +218,6 @@ public class HomepageApiController extends BaseApiController {
|
|
|
ProdAttrPrice condProdAttrPrice = new ProdAttrPrice();
|
|
ProdAttrPrice condProdAttrPrice = new ProdAttrPrice();
|
|
|
condProdAttrPrice.setProdId(mercProd.getProdId());
|
|
condProdAttrPrice.setProdId(mercProd.getProdId());
|
|
|
condProdAttrPrice.setSellerId(mercProd.getMercId());
|
|
condProdAttrPrice.setSellerId(mercProd.getMercId());
|
|
|
- condProdAttrPrice.setBuyerId(100L);
|
|
|
|
|
condProdAttrPrice.setBuyerRoleKey(ERoleKey.CUSTOMER.getCode());
|
|
condProdAttrPrice.setBuyerRoleKey(ERoleKey.CUSTOMER.getCode());
|
|
|
condProdAttrPrice.setDelFlag(EDelFlag.NO.getVal());
|
|
condProdAttrPrice.setDelFlag(EDelFlag.NO.getVal());
|
|
|
|
|
|