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