将定时任务操作者改为,当前系统管理员
This commit is contained in:
@@ -377,19 +377,6 @@ namespace Tnb.WarehouseMgr
|
||||
return Task.FromResult(true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 测试获取路径
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
public async Task<dynamic> GetTest()
|
||||
{
|
||||
//D:\Workspce\tianyi\TuoTong-LowCodePlatform-BackEnd\apihost\Tnb.API.Entry\bin\Debug\net6.0\
|
||||
var dllPath = Path.Combine(AppContext.BaseDirectory, @"Library\x64");
|
||||
var files = Directory.GetFiles(dllPath);
|
||||
return dllPath;
|
||||
}
|
||||
|
||||
|
||||
public async Task<dynamic> PrintTest(List<string> barCodes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user