|
|
|
@@ -481,7 +481,7 @@ public class WxCardInfoServiceImpl implements WxCardInfoService { |
|
|
|
throw new MallinkException(ErrorCode.CARD_IS_NOT_RECHARGE.getCode(),"当前已存在充值订单,请确认是否重复充值"); |
|
|
|
} |
|
|
|
|
|
|
|
this.updAmount(cardInfo,cardInfo.getAmount(),cardInfo.getAmount(),null); |
|
|
|
this.updAmount(wxCardInfo,cardInfo.getAmount(),cardInfo.getAmount(),null); |
|
|
|
|
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
record.setId(idWorker.nextId()); |
|
|
|
|