|
|
|
@ -272,7 +272,9 @@ public class CashCollectionServiceImpl implements CashCollectionService { |
|
|
|
}if (cashRecord.getPermanentGold() == 0){ |
|
|
|
throw new IllegalArgumentException("永久金币数量不能为空"); |
|
|
|
} |
|
|
|
|
|
|
|
if (cashRecord.getWalletId() == null) { |
|
|
|
throw new IllegalArgumentException("钱包ID不能为空"); |
|
|
|
} |
|
|
|
} |
|
|
|
if (!cashRecord.getGoodsName().equals("金币充值")) { |
|
|
|
if (cashRecord.getGoodNum() == 0) { |
|
|
|
|