优化接口
This commit is contained in:
@@ -212,7 +212,7 @@ namespace WMS.Web.Domain.Services
|
||||
if (current_dto_det != null)
|
||||
x.DeliveredQty = current_dto_det.Qty;
|
||||
});
|
||||
task=await _inStockTaskRepositories.Update(task);
|
||||
task=await _inStockTaskRepositories.Update(task,isTransaction);
|
||||
if(task==null)
|
||||
return Result.ReFailure(ResultCodes.DateWriteError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user