|
|
@ -53,6 +53,7 @@ public class AuditServiceImpl implements AuditService { |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
public int goldedit(Audit audit) throws Exception { |
|
|
|
audit.setAuditTime(new Date()); |
|
|
|
int result = auditMapper.update(audit); |
|
|
|
if (result != 1) { |
|
|
|
throw new Exception("Failed to insert recharge data"); |
|
|
|