wms 服务消除warning
This commit is contained in:
@@ -181,7 +181,7 @@ namespace Tnb.WarehouseMgr
|
||||
//删除载具条码
|
||||
await _db.Deleteable<WmsCarryCode>().Where(it => it.carry_id == carryObj.id).ExecuteCommandHasChangeAsync();
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user