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