...
|
...
|
@@ -442,6 +442,7 @@ public class BuyerOrderCancelService { |
|
|
int rows = buyerOrderMapper.updateStatusWithStatusList(orderCode, targetStatus.getCode(), statusList, DateUtil.getCurrentTimeSecond());
|
|
|
logger.info("in buyer order cancelByCS because pull wool, req {} updateStatusWithStatusList {}", request, rows);
|
|
|
if (rows > 0) {
|
|
|
asyncRefundSellerCoupon(pbo.getOrderCode(),targetStatus, preparedData.getSellerOrderGoods());
|
|
|
asyncProcessPenalty(preparedData, targetStatus);
|
|
|
//clean cache
|
|
|
cacheCleaner.cleanSellerAndBuyerOrderDetailAndList(pbo.getSellerUid(), pbo.getUid(), orderCode);
|
...
|
...
|
|