Authored by qinchao

Merge branch 'test6.9.2' of http://git.yoho.cn/ufo/yohoufo-fore into test6.9.2

... ... @@ -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) {
... ...
... ... @@ -103,7 +103,7 @@ public class SingleGoodsChangePriceService {
/**
* change Price 4 Not Entry Seller
* change Price 4 Not Entry goods
* step 1. 检查变价记录 seller_change_price_record
1.1 存在时 -> step 3
1.2 不存在时 -> step 2
... ...