解决,页面按钮调用预任务执行功能,模型绑定不上的问题
This commit is contained in:
@@ -218,7 +218,7 @@ namespace Tnb.WarehouseMgr
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost, Timed(Name = nameof(IWareHouseService.GenTaskExecute))]
|
||||
public async Task GenTaskExecute(CancellationToken? ct = default)
|
||||
public async Task GenTaskExecute()
|
||||
{
|
||||
Stopwatch sw = Stopwatch.StartNew();
|
||||
CancellationTokenSource agvCts = new();
|
||||
|
||||
Reference in New Issue
Block a user