|
@@ -523,6 +523,7 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
public boolean shareToOldSys(Order order,List<OrderGoods> goodsList) {
|
|
|
if (Validator.isNotEmpty(order)) {
|
|
|
UserVo user = iUserService.queryById(order.getUserId());
|
|
|
+ log.info(JSONObject.toJSONString(user));
|
|
|
OrderShareToOldVo vo = new OrderShareToOldVo();
|
|
|
vo.setOrderId(order.getOrderId());
|
|
|
vo.setSharecode(user.getShareCode());
|
|
@@ -555,6 +556,7 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
shareGoodsVoList.add(shareGoodsVo);
|
|
|
}
|
|
|
vo.setGoodsList(shareGoodsVoList);
|
|
|
+ log.info(JSONObject.toJSONString(vo));
|
|
|
//分销下单
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
Long nowTime = DateUtils.getNowTime();
|