|
@@ -756,12 +756,14 @@ public class PayOrderServiceImpl implements PayOrderService {
|
|
|
map.put("onlinePayWays", orderCommonMapper.findOnlinePayWays(shopOrderId));
|
|
|
}
|
|
|
// map.put("B2BpayFlag", B2BpayFlag);
|
|
|
+ String aliPayFlag = orderCommonMapper.findAliPayFlag(shop.getSplitCode(), shop.getShopId());
|
|
|
map.put("userName", userName);
|
|
|
map.put("shopOrder", shop);
|
|
|
map.put("discernReceipt", discernReceiptList);
|
|
|
map.put("orderProductList", orderProductByShopOrderId);
|
|
|
map.put("onlinePay", onlinePay);
|
|
|
map.put("weChatFlag", weChatFlag);
|
|
|
+ map.put("aliPayFlag", aliPayFlag);
|
|
|
return ResponseJson.success(map);
|
|
|
}
|
|
|
|