|
@@ -83,6 +83,7 @@ public class ChangePriceService { |
|
@@ -83,6 +83,7 @@ public class ChangePriceService { |
83
|
|
83
|
|
84
|
|
84
|
|
85
|
private OrderSubmitResp changePriceOfEntryGoods(SingleGoodsChangePriceReq req){
|
85
|
private OrderSubmitResp changePriceOfEntryGoods(SingleGoodsChangePriceReq req){
|
|
|
86
|
+ logger.info("change Price Of EntryGoods, req {}", req);
|
86
|
ChangePricePrepareDTO cppDto = singleGoodsChangePricePrepareProcessor.checkAndAcquire(req);
|
87
|
ChangePricePrepareDTO cppDto = singleGoodsChangePricePrepareProcessor.checkAndAcquire(req);
|
87
|
SellerTaskDTO<ChangePricePrepareDTO> taskDTO = null;
|
88
|
SellerTaskDTO<ChangePricePrepareDTO> taskDTO = null;
|
88
|
if (cppDto.getSalePrice().compareTo(cppDto.getPreSalePrice()) > 0) {
|
89
|
if (cppDto.getSalePrice().compareTo(cppDto.getPreSalePrice()) > 0) {
|