Commit a7f62381 by chongfu.liang

日志

parent 7da3c3a1
......@@ -350,6 +350,12 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
extInfoDTO.setPayDate(confirmOrderRequest.getPayDate());
extInfoDTO.setEndTransId(confirmOrderRequest.getEndTransId());
extInfoDTO.setSendPointActivityCode(confirmOrderRequest.getSendPointActivityCode());
extInfoDTO.setSendPointEndTime(confirmOrderRequest.getSendPointEndTime());
extInfoDTO.setSendPointMaxNum(confirmOrderRequest.getSendPointMaxNum());
extInfoDTO.setSendPointSendPoint(confirmOrderRequest.getSendPointSendPoint());
extInfoDTO.setSendPointValidityDateDays(confirmOrderRequest.getSendPointValidityDateDays());
request.setExtInfo(JSON.toJSONString(extInfoDTO));
}catch (Exception e){
ErrorLog.printErrorLog("getMemberExtendInfoError",MEMBER_EXTEND_INFO,confirmOrderRequest,e);
......
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