Authored by chenchao

fix prd name

@@ -632,7 +632,7 @@ public class InBoxFacade { @@ -632,7 +632,7 @@ public class InBoxFacade {
632 buyerUid, orderCode,prdName, resp); 632 buyerUid, orderCode,prdName, resp);
633 //seller 633 //seller
634 InboxBusinessTypeEnum ibtOfSeller = InboxBusinessTypeEnum.SALE_CLOSED_BY_BUYER_AFTER_DELIVERY; 634 InboxBusinessTypeEnum ibtOfSeller = InboxBusinessTypeEnum.SALE_CLOSED_BY_BUYER_AFTER_DELIVERY;
635 - String paramsOfSeller = buildParams(orderCode,compesant); 635 + String paramsOfSeller = buildParams(prdName);
636 InboxReqVO reqOfSeller = buildInboxReqVO(sellerUid, paramsOfSeller, ibtOfSeller); 636 InboxReqVO reqOfSeller = buildInboxReqVO(sellerUid, paramsOfSeller, ibtOfSeller);
637 InBoxResponse respOfSeller = inBoxSDK.addInbox(reqOfSeller); 637 InBoxResponse respOfSeller = inBoxSDK.addInbox(reqOfSeller);
638 logger.info("record buyerCancelBeforeDepotReceive to seller inbox msg, sellerUid {}, orderCode {},prdName {} resp {}", 638 logger.info("record buyerCancelBeforeDepotReceive to seller inbox msg, sellerUid {}, orderCode {},prdName {} resp {}",
@@ -671,7 +671,7 @@ public class InBoxFacade { @@ -671,7 +671,7 @@ public class InBoxFacade {
671 buyerUid, orderCode,prdName, resp); 671 buyerUid, orderCode,prdName, resp);
672 //seller 672 //seller
673 InboxBusinessTypeEnum ibtOfSeller = InboxBusinessTypeEnum.SALE_CLOSED_BY_BUYER_AFTER_PAID; 673 InboxBusinessTypeEnum ibtOfSeller = InboxBusinessTypeEnum.SALE_CLOSED_BY_BUYER_AFTER_PAID;
674 - String paramsOfSeller = buildParams(orderCode,compesant); 674 + String paramsOfSeller = buildParams(prdName);
675 InboxReqVO reqOfSeller = buildInboxReqVO(sellerUid, paramsOfSeller, ibtOfSeller); 675 InboxReqVO reqOfSeller = buildInboxReqVO(sellerUid, paramsOfSeller, ibtOfSeller);
676 InBoxResponse respOfSeller = inBoxSDK.addInbox(reqOfSeller); 676 InBoxResponse respOfSeller = inBoxSDK.addInbox(reqOfSeller);
677 logger.info("record buyerCancelBeforeSellerDeliver to seller inbox msg, sellerUid {}, orderCode {},prdName {} resp {}", 677 logger.info("record buyerCancelBeforeSellerDeliver to seller inbox msg, sellerUid {}, orderCode {},prdName {} resp {}",