优化对比接口
This commit is contained in:
@@ -247,6 +247,7 @@ namespace WMS.Web.Domain.Services
|
||||
var response = new ContrastMaterialsResponse();
|
||||
response.BoxBillNo = box.BoxBillNo;
|
||||
response.BoxId = box.Id;
|
||||
response.TotalCount = box.Details.Sum(x => x.Qty);
|
||||
response.IsRight = isRight;
|
||||
return Result<ContrastMaterialsResponse>.ReSuccess(response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user