This commit is contained in:
tongfei
2024-03-12 14:22:30 +08:00
parent 3f357c6bde
commit ca9d71f421

View File

@@ -596,6 +596,7 @@ namespace WMS.Web.Domain.Services
/// <returns></returns> /// <returns></returns>
public async Task<Result<InStockTask>> Receive(UpdateInStockTaskRequest dto, int staffId, bool isTransaction) public async Task<Result<InStockTask>> Receive(UpdateInStockTaskRequest dto, int staffId, bool isTransaction)
{ {
//1.修改任务单的数据 //1.修改任务单的数据
var entity = await _inStockTaskRepositories.Get(dto.Id); var entity = await _inStockTaskRepositories.Get(dto.Id);
if (entity == null) if (entity == null)