Commit 99d40d8f by 周晓航

删除无效代码

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 5021ce2f
......@@ -512,24 +512,6 @@ public class SellCouponOrderServiceImpl implements OrderFactoryService {
return ResponseUtil.success(createOrderResponseVo);
}
// private void updateOrderExtInfo(AssortmentCustomerInfoVo userLoginInfoDto, CreateOrderResponseVo prepayOrder) {
// try {
// OrderExtInfoDto orderExtInfo = new OrderExtInfoDto();
// orderExtInfo.setOpenid(userLoginInfoDto.getOpenId());
// orderExtInfo.setAppid(userLoginInfoDto.getWxAppId());
// String gmtCreate = prepayOrder.getTimestamp();
// orderExtInfo.setPayTransId(prepayOrder.getPayId());
// orderExtInfo.setPayDate(DateUtil.convert2Str(new Date(Long.parseLong(gmtCreate + "000")), DateUtil.FORMAT_YYYY_MM_DD_HHMMSS));
//
// String extinfo = JSON.toJSONString(orderExtInfo);
// UpdateOrderReq updateOrderReq = new UpdateOrderReq();
// updateOrderReq.setOrderCode(prepayOrder.getOid());
// updateOrderReq.setExtInfo(extinfo);
// com.freemud.application.sdk.api.ordercenter.response.OrderBaseResp response = orderSdkService.editOrder(updateOrderReq, LogThreadLocal.getTrackingNo());
// }catch (Exception e){
//
// }
// }
public void convent2CreateOrderResponseVo(OrderPayResponse createOrderResponseVo, String appId, FacePayResponseDto response){
createOrderResponseVo.setWxAppid(appId);
......
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