Commit d4bcc92c by guojuxing

关闭工单修复

parent e24a47f0
......@@ -77,6 +77,7 @@ public class AuditLogServiceImpl implements AuditLogService {
TabAuditLog auditLog = new TabAuditLog();
auditLog.setUpdateTime(new Date());
auditLog.setAuditResult(DataSecurityAuditEnum.CLOSE.getCode());
auditLog.setAuditLogId(auditLogId);
return tabAuditLogMapper.updateByPrimaryKeySelective(auditLog);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment