Commit 18d90c9f by ruyun.zhang@suvalue.com

Merge branch 'v20201230yubei' into v2020morge-graphql

parents 3e0cbee4 06e984dd
...@@ -44,7 +44,7 @@ public ApiResponse CustomExtract(int allotId) ...@@ -44,7 +44,7 @@ public ApiResponse CustomExtract(int allotId)
{ {
var userId = _claim.GetUserId(); var userId = _claim.GetUserId();
if (!_extractService.CheckConfigScript(userId, allotId)) if (!_extractService.CheckConfigScript(userId, allotId))
return new ApiResponse(ResponseType.Fail, "配置信息错误"); return new ApiResponse(ResponseType.Fail, "未配置自定义抽取,请联系绩效管理人员。");
_backgroundTaskQueue.QueueBackgroundWorkItem(async token => _backgroundTaskQueue.QueueBackgroundWorkItem(async token =>
{ {
......
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