|
|
|
@@ -520,7 +520,7 @@ public class WxCardInfoServiceImpl implements WxCardInfoService { |
|
|
|
throw new MallinkException(ErrorCode.DB_FAIL.getCode(), "card spend 插入出错!"); |
|
|
|
} |
|
|
|
|
|
|
|
String remark = user.getUsername() + "给卡密[" + wxCardInfo.getId() + "]" + "充值,金额:" + wxCardInfo.getAmount() + "分"; |
|
|
|
String remark = user.getUsername() + "给卡密[" + wxCardInfo.getId() + "]" + "充值,金额:" + cardInfo.getAmount() + "分"; |
|
|
|
insertWxCardDailyLogInfo(user, wxCardInfo, wxCoupon,EnumOperateLogType.RECHARGE.getCode(),remark, cardInfo.getAmount()); |
|
|
|
|
|
|
|
if(record.getCardBeforeAmount().equals(0)){ |
|
|
|
|