开启定时任务日志数据隔离功能

master
ccongli 12 months ago
parent 10e9088622
commit 174d182ec5

@ -35,7 +35,7 @@ namespace VOL.System.Services
_httpContextAccessor = httpContextAccessor;
_repository = dbRepository;
//多租户会用到这init代码其他情况可以不用
//base.Init(dbRepository);
base.Init(dbRepository);
}
}
}

@ -42,7 +42,7 @@ namespace VOL.System.Services
_repository = dbRepository;
_schedulerFactory = schedulerFactory;
//多租户会用到这init代码其他情况可以不用
//base.Init(dbRepository);
base.Init(dbRepository);
}
WebResponseContent webResponse = new WebResponseContent();
public override WebResponseContent Add(SaveModel saveDataModel)

@ -16,7 +16,7 @@
</div></template
>
</vol-box>
<el-alert style="margin-bottom:10px;" :show-icon="false" type="success">
<!-- <el-alert style="margin-bottom:10px;" :show-icon="false" type="success">
定时任务只有发布后才会运行(本地不会执行),<a
style="color:#2d8cf0;margin-left:20px;"
target="blank"
@ -29,6 +29,21 @@
href="http://v2.volcore.xyz/document/log"
>查看更新方式</a
>
</el-alert> -->
<el-alert style="margin-bottom:10px;" :show-icon="false" type="success">
定时任务只有执行后才会运行请谨慎操作
<!-- <a
style="color:#2d8cf0;margin-left:20px;"
target="blank"
href="http://v2.volcore.xyz/document/netCoreDev"
>查看配置文档</a
>
<a
style="color:#2d8cf0;margin-left:20px;"
target="blank"
href="http://v2.volcore.xyz/document/log"
>查看更新方式</a
> -->
</el-alert>
</template>
<script>

Loading…
Cancel
Save