This commit is contained in:
余宇波 2025-08-12 19:38:21 +08:00
parent 8de5bbe2a1
commit 13bf2695dc

View File

@ -99,7 +99,7 @@ namespace MyCode.Project.Services.Implementation
}
else
{
//_wMStoJackyunInventoryMovementView1Repository.UpdateStatus(3, relDataId);
_wMStoJackyunInventoryMovementView1Repository.UpdateStatus(3, relDataId);
string msg = response.msg;
throw new BaseException(msg);
@ -159,9 +159,10 @@ namespace MyCode.Project.Services.Implementation
}
else
{
_wMStoJackyunInventoryMovementView1Repository.UpdateStatus(3, relDataId);
string msg = response.msg;
throw new BaseException(msg);
//_wMStoJackyunInventoryMovementView1Repository.UpdateStatus(3, relDataId);
}
});