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