This commit is contained in:
齐天大圣 2024-03-07 17:20:55 +08:00
parent 417a38f7a5
commit 6f8c252d2b

View File

@ -63,6 +63,7 @@ public class CardExchangeServiceImpl extends ServiceImpl<CardExchangeMapper, Car
cardExchange.setCardDetail("可兑换-"+cardExchange.getGiftName());
}else {
cardExchange.setCardDetail("可兑换-"+"洗车券");
cardExchange.setGiftName("洗车券");
}
return save(cardExchange);
}