日志与库存数扣减优化

This commit is contained in:
2024-11-14 18:24:10 +08:00
parent 368941225e
commit ebfc811f99
3 changed files with 11 additions and 10 deletions

View File

@@ -131,7 +131,7 @@ namespace DOAN.Service.PBL
if (isSuccess)
{
storagelocation.IsLight = 0;
storagelocation.PackageNum -= 1;
// storagelocation.PackageNum -= 1;
if (storagelocation.PackageNum < 0)
{
storagelocation.PackageNum = 0;