Browse Source

5月16日字段修改

sjb
Your Name 1 day ago
parent
commit
bee922a633
  1. 1
      src/main/java/com/example/demo/serviceImpl/AuditServiceImpl.java

1
src/main/java/com/example/demo/serviceImpl/AuditServiceImpl.java

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

Loading…
Cancel
Save