This commit is contained in:
Cauchy
2023-10-09 17:55:28 +08:00
parent 768dbff7fc
commit 6ab08f7a29
2 changed files with 3 additions and 13 deletions

View File

@@ -163,7 +163,6 @@ public class BuyOrderServiceImpl extends ServiceImpl<BuyOrderDao, BuyOrderEntity
// 交易失败 9
BuyOrderEntity orderEntity = this.getOne(new QueryWrapper<BuyOrderEntity>().eq("user_id", userId)
.eq("order_sn", orderSn));
if (type.equals("0")) {
orderEntity.setOrderStatus("1");
} else if (type.equals("9")) {