Authored by mali

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

@@ -178,7 +178,7 @@ public class AppraiseOrderPaymentService extends AbstractOrderPaymentService { @@ -178,7 +178,7 @@ public class AppraiseOrderPaymentService extends AbstractOrderPaymentService {
178 event.setUid(orderInfo.getUid()); 178 event.setUid(orderInfo.getUid());
179 event.setOrderCode(orderInfo.getOrderCode()); 179 event.setOrderCode(orderInfo.getOrderCode());
180 EventBusPublisher.publishEvent(event); 180 EventBusPublisher.publishEvent(event);
181 - logger.info("processAfterPay seller deposit order , SellerDepositOrderCancelAsyncEvent send out"); 181 + logger.info("processAfterPay seller deposit order , SellerDepositOrderCancelAsyncEvent send out, event {}", event);
182 break; 182 break;
183 } 183 }
184 } 184 }
@@ -278,4 +278,8 @@ public class SellerNoticeFacade extends BaseNoticeFacade { @@ -278,4 +278,8 @@ public class SellerNoticeFacade extends BaseNoticeFacade {
278 } 278 }
279 } 279 }
280 280
  281 +
  282 +
  283 +
  284 +
281 } 285 }