Authored by caoyan

加日志

... ... @@ -232,6 +232,7 @@ public class StorageDepositServiceImpl implements IStorageDepositService{
JSONObject param = new JSONObject();
param.put("uid", userHelper.getUserId());
param.put("orderCode", item.getOrderCode());
LOGGER.info("start send mq, topic is {}, param is {}", "buyerOrder.autoConfirm", param);
yhProducer.send("buyerOrder.autoConfirm", param, null);
//给买家发信息
inboxService.addInboxForPlatform(item.getOwnerUid(), InboxBusinessTypeEnum.NOTICE_SELLER_DEPOSIT_IN_STORAGE.getType(),
... ...