还原代码解决系统崩溃问题
This commit is contained in:
@@ -155,6 +155,8 @@ namespace Tnb.WarehouseMgr
|
||||
[HttpPost]
|
||||
public async Task KittingOutByIsToBeShipped(CancellationTokenSource? cts = default)
|
||||
{
|
||||
if (_userManager.User == null) return;
|
||||
|
||||
var curDb = _db.CopyNew();
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user