Commit 1337fccf by zhiwj

去掉子应用

parent dd585d24
......@@ -50,7 +50,7 @@ public class AuditLogServiceImpl implements AuditLogService {
auditLog.setStatus(GlobalInfo.DATA_STATUS_NORMAL);
auditLog.setCreateTime(new Date());
tabAuditLogMapper.insertSelective(auditLog);
return auditLog.getAuditorId();
return auditLog.getAuditLogId();
}
@Override
......
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