箱库存-优化
This commit is contained in:
@@ -844,7 +844,7 @@ namespace WMS.Web.Domain.Services
|
||||
}
|
||||
if (delete_entitys.Count != 0)
|
||||
{
|
||||
var delete_ids = add_entitys.Select(x => x.Id).ToList();
|
||||
var delete_ids = delete_entitys.Select(x => x.Id).ToList();
|
||||
isSuccess = await _boxInventoryRepositories.DeleteRange(delete_ids, isTransaction);
|
||||
if (!isSuccess) return Result.ReFailure(ResultCodes.DateWriteError);
|
||||
}
|
||||
@@ -1276,6 +1276,8 @@ namespace WMS.Web.Domain.Services
|
||||
return Result.ReSuccess();
|
||||
}
|
||||
|
||||
//private async Task<Result> ExeTaskBox(List<string> serNubs,bool isTransaction) { }
|
||||
|
||||
/// <summary>
|
||||
/// 入库单-箱库存变更
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user