|
|
@ -145,10 +145,10 @@ public class AuditServiceImpl implements AuditService { |
|
|
|
System.out.println(detailY); |
|
|
|
// result = detailYMapper.add(detailY); |
|
|
|
if(paidGold != null && paidGold.compareTo(BigDecimal.ZERO) != 0) { |
|
|
|
GoldTistV2.addCoinNew(jwcode, 64, paidGold.doubleValue(), remark, 0, username, "金币充值"); |
|
|
|
GoldTistV2.addCoinNew(jwcode, 64, paidGold.doubleValue(), remark, 0, name, "金币充值"); |
|
|
|
} |
|
|
|
if(freeGold != null && freeGold.compareTo(BigDecimal.ZERO) != 0) { |
|
|
|
GoldTistV2.addCoinNew(jwcode, 63, freeGold.doubleValue(), remark, 0, username, "金币充值 "); |
|
|
|
GoldTistV2.addCoinNew(jwcode, 63, freeGold.doubleValue(), remark, 0, name, "金币充值 "); |
|
|
|
} |
|
|
|
} |
|
|
|
return auditMapper.update(audit); |
|
|
|