This commit is contained in:
tongfei
2024-03-05 11:30:32 +08:00
7 changed files with 16 additions and 13 deletions

View File

@@ -128,9 +128,8 @@ namespace WMS.Web.Domain.Entitys
});
}
else
{
d.Qty = qty;
}
d.Qty = d.Qty + qty;
return Result.ReSuccess();
}
/// <summary>