优化
This commit is contained in:
@@ -627,7 +627,7 @@ namespace WMS.Web.Domain.Services
|
|||||||
add_entitys.Add(dto);
|
add_entitys.Add(dto);
|
||||||
}
|
}
|
||||||
//3.1提交新增
|
//3.1提交新增
|
||||||
isSuccess = await _inStockTaskRepositories.AddRange(add_entitys, isTransaction);
|
var isSuccess = await _inStockTaskRepositories.AddRange(add_entitys, isTransaction);
|
||||||
if (!isSuccess)
|
if (!isSuccess)
|
||||||
return Result.ReFailure(ResultCodes.DateWriteError);
|
return Result.ReFailure(ResultCodes.DateWriteError);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user