Commit 2ab87f15 by hanghang.wang

华莱士开团促销需新增appId

parent ef25c53c
......@@ -56,4 +56,9 @@ public class GroupWorkJoinRequest {
private String mobile;
/**
* appId 5.7号促销提出参数需要appId
*/
private String appId;
}
......@@ -158,6 +158,7 @@ public class SpellGroupOrderDataManager {
groupWorkJoinRequest.setUserId(orderBean.getUserId());
groupWorkJoinRequest.setUserName(orderBean.getUserName());
groupWorkJoinRequest.setPartnerCode(orderBean.getCompanyId());
groupWorkJoinRequest.setAppId(userLoginInfoDto.getAppId());
groupWorkJoinRequest.setMobile(StringUtils.isEmpty(userLoginInfoDto.getMobile()) ? orderBean.getPhone() : userLoginInfoDto.getMobile());
log.info(JSON.toJSONString(groupWorkJoinRequest));
GroupWorkJoinResponse groupWorkJoinResponse = promotionDiscountClient.groupWorkJoin(groupWorkJoinRequest);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment