wantShopAreaName

This commit is contained in:
苏竹红
2023-06-30 09:37:45 +08:00
parent 35d3a93515
commit 09ead622dc
2 changed files with 2 additions and 1 deletions

View File

@@ -285,6 +285,7 @@ public class HyPartnerIntentInfoServiceImpl implements HyPartnerIntentInfoServic
if(Objects.isNull(intentInfoVO.getAcceptAdjustType())){
intentInfoVO.setAcceptAdjustType(userInfoVO.getAcceptAdjustType());
}
intentInfoVO.setWantShopAreaName(userInfoVO.getWantShopAreaName());
return intentInfoVO;
}