优化
This commit is contained in:
@@ -596,6 +596,7 @@ namespace WMS.Web.Domain.Services
|
||||
/// <returns></returns>
|
||||
public async Task<Result<InStockTask>> Receive(UpdateInStockTaskRequest dto, int staffId, bool isTransaction)
|
||||
{
|
||||
|
||||
//1.修改任务单的数据
|
||||
var entity = await _inStockTaskRepositories.Get(dto.Id);
|
||||
if (entity == null)
|
||||
|
||||
Reference in New Issue
Block a user