wms 服务消除warning

This commit is contained in:
alex
2023-07-04 09:45:22 +08:00
parent 5e36ac1a15
commit 418133e475
27 changed files with 63 additions and 63 deletions

View File

@@ -181,7 +181,7 @@ namespace Tnb.WarehouseMgr
//删除载具条码
await _db.Deleteable<WmsCarryCode>().Where(it => it.carry_id == carryObj.id).ExecuteCommandHasChangeAsync();
}
catch (Exception ex)
catch (Exception)
{
}