订单详情

This commit is contained in:
wuchunlei
2023-12-08 11:09:51 +08:00
parent 2cf8daec16
commit 1ff200ba2a

View File

@@ -535,6 +535,7 @@ public class BuyOrderServiceImpl extends ServiceImpl<BuyOrderDao, BuyOrder> impl
if ("2".equals(buyOrder.getPaymentMethod())){
LambdaQueryWrapper<PayZfbOrderEntity> w = new LambdaQueryWrapper<>();
w.eq(PayZfbOrderEntity::getRelevanceoid, orderSn);
w.ne(PayZfbOrderEntity::getTradeNo, "");
PayZfbOrderEntity p = payZfbOrderService.getOne(w);
if (p!=null){
outTradeNo = p.getOutTradeNo();