Showing
1 changed file
with
4 additions
and
4 deletions
@@ -394,8 +394,8 @@ public class InBoxFacade { | @@ -394,8 +394,8 @@ public class InBoxFacade { | ||
394 | InboxReqVO req = buildInboxReqVO(sellerUid, params, ibt); | 394 | InboxReqVO req = buildInboxReqVO(sellerUid, params, ibt); |
395 | 395 | ||
396 | InBoxResponse resp = inBoxSDK.addInbox(req); | 396 | InBoxResponse resp = inBoxSDK.addInbox(req); |
397 | - logger.info("record sellerSkupPaidByBuyer inbox msg, sellerUid {}, prdName {}, sizeName {},resp {}", | ||
398 | - sellerUid, prdName, sizeName, resp); | 397 | + logger.info("record sellerSkupPaidByBuyer inbox msg, SellerOrderGoods {} ,sellerUid {}, prdName {}, sizeName {},resp {}", |
398 | + JSON.toJSONString(sog),sellerUid, prdName, sizeName, resp); | ||
399 | 399 | ||
400 | //短信 | 400 | //短信 |
401 | String phone = userProxyService.getMobile(sellerUid); | 401 | String phone = userProxyService.getMobile(sellerUid); |
@@ -406,8 +406,8 @@ public class InBoxFacade { | @@ -406,8 +406,8 @@ public class InBoxFacade { | ||
406 | List<String> mobileList = Arrays.asList(phone); | 406 | List<String> mobileList = Arrays.asList(phone); |
407 | String content = getReplacedContent(InboxBusinessTypeEnum.SMS_NOTIFIED_SEND.getContent(),prdName,orderCode); | 407 | String content = getReplacedContent(InboxBusinessTypeEnum.SMS_NOTIFIED_SEND.getContent(),prdName,orderCode); |
408 | sendSmsService.smsSendByMobile(content, mobileList); | 408 | sendSmsService.smsSendByMobile(content, mobileList); |
409 | - logger.info("record sellerSkupPaidByBuyer inbox sms msg,sellerUid {}, prdName {}", | ||
410 | - sellerUid, prdName); | 409 | + logger.info("record sellerSkupPaidByBuyer inbox sms msg,sellerUid {}, prdName {},orderCode {}", |
410 | + sellerUid, prdName,orderCode); | ||
411 | }); | 411 | }); |
412 | 412 | ||
413 | } catch (Exception e) { | 413 | } catch (Exception e) { |
-
Please register or login to post a comment