This commit is contained in:
qianhao.xu
2024-11-08 08:43:01 +08:00
parent 47855d3f54
commit def682731c

View File

@@ -110,7 +110,7 @@ namespace DOAN.Service.PBL
if (isSuccess)
{
storagelocation.IsLight = 1;
storagelocation.IsLight = 0;
storagelocation.PackageNum =storagelocation.PackageNum - 1;
//3 扣减对应的库存
Context.Insertable(storagelocation).ExecuteCommand();