|
@@ -58,8 +58,7 @@ public class SysLogServiceImpl implements SysLogService {
|
|
|
entity.setHasException(logging.getHasException());
|
|
|
entity.setException(logging.getException());
|
|
|
entity.setExecuteTime(logging.getExecuteTime());
|
|
|
- //TODO 入库报错
|
|
|
-// this.mapper.insert(entity);
|
|
|
+ this.mapper.insert(entity);
|
|
|
}
|
|
|
|
|
|
@Override
|