|
@ -51,8 +51,8 @@ public class AuditServiceImpl implements AuditService { |
|
|
if (result != 1) { |
|
|
if (result != 1) { |
|
|
throw new Exception("Failed to insert recharge data"); |
|
|
throw new Exception("Failed to insert recharge data"); |
|
|
} |
|
|
} |
|
|
Integer auditFlag = audit.getAuditFlag(); |
|
|
|
|
|
if(auditFlag == 1){ |
|
|
|
|
|
|
|
|
Integer status = audit.getStatus(); |
|
|
|
|
|
if(status == 1){ |
|
|
String jwcode=audit.getRecharge().getJwcode(); |
|
|
String jwcode=audit.getRecharge().getJwcode(); |
|
|
BigDecimal paidGold1 =audit.getRecharge().getPaidGold(); |
|
|
BigDecimal paidGold1 =audit.getRecharge().getPaidGold(); |
|
|
BigDecimal freeGold1 =audit.getRecharge().getFreeGold(); |
|
|
BigDecimal freeGold1 =audit.getRecharge().getFreeGold(); |
|
|