|
|
@@ -210,7 +210,7 @@ public class WishApi {
|
|
|
AddressInfo addressInfo = addressInfoService.get("00000000-0000-0000-0000-000000000000");
|
|
|
|
|
|
WishInfo wishInfo = wishInfoService.get(wishInfoId);
|
|
|
- wishInfo.setAmount(wishInfo.getRemainingAmount() - 1);
|
|
|
+ wishInfo.setRemainingAmount(wishInfo.getRemainingAmount() - 1);
|
|
|
wishInfoService.update(wishInfo);
|
|
|
|
|
|
WishInfoUserRecord wishInfoUserRecord = new WishInfoUserRecord();
|