From 9aab961f9fe8223d735f2d690a6518a3863b89f6 Mon Sep 17 00:00:00 2001 From: wxp01309236 Date: Fri, 30 Jun 2023 19:36:40 +0800 Subject: [PATCH] intentInfoVO --- .../cool/store/service/impl/HyPartnerIntentInfoServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/HyPartnerIntentInfoServiceImpl.java b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/HyPartnerIntentInfoServiceImpl.java index d53f15666..06d85d45f 100644 --- a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/HyPartnerIntentInfoServiceImpl.java +++ b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/HyPartnerIntentInfoServiceImpl.java @@ -291,6 +291,8 @@ public class HyPartnerIntentInfoServiceImpl implements HyPartnerIntentInfoServic intentInfoVO.setAcceptAdjustType(userInfoVO.getAcceptAdjustType()); } intentInfoVO.setWantShopAreaName(userInfoVO.getWantShopAreaName()); + log.info("HyPartnerClerkServiceImpl#queryPartnerIntentInfo intentInfoVO:{}", JSONObject.toJSONString(intentInfoVO)); + return intentInfoVO; }