Commit 4d2c51c6 by 徐康

Merge remote-tracking branch 'origin/qa' into qa

parents 9c6f9963 e8abd137
......@@ -350,12 +350,6 @@ 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