还原代码解决系统崩溃问题

This commit is contained in:
alex
2023-08-04 11:26:08 +08:00
parent 7d86948fb0
commit e892c08734
6 changed files with 59 additions and 29 deletions

View File

@@ -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
{