Commit 9022af1a by zhiwj

修改url

parent 00f8af4e
......@@ -149,6 +149,7 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
}
auditLogDTO.setAuditResult(DataSecurityAuditEnum.WAIT.getCode());
Integer auditLogId = auditLogService.save(auditLogDTO);
auditLogDTO.setAuditLogId(auditLogId);
for (AuditorDTO auditorDTO : auditorList) {
if (StringUtils.isNotBlank(auditorDTO.getOpenid())) {
......
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