还原定时任务
This commit is contained in:
@@ -61,9 +61,8 @@ namespace Tnb.WarehouseMgr
|
||||
[HttpPost, Timed(Name = nameof(PackSortingByAdd))]
|
||||
public async Task PackSortingByAdd(CancellationTokenSource? cts = default)
|
||||
{
|
||||
var aToken = await _cacheManager.GetAsync("AccessToken");
|
||||
if (aToken.IsNullOrWhiteSpace()) return;
|
||||
var curUser = await GetUserIdentity(aToken);
|
||||
if (UserManager.AsscessToken.IsNullOrWhiteSpace()) return;
|
||||
var curUser = await GetUserIdentity();
|
||||
|
||||
var curDb = _db.CopyNew();
|
||||
string firstLocationId = "27010980724501", secondLocationId = "27010987857941";
|
||||
|
||||
Reference in New Issue
Block a user