日志与库存数扣减优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user