1
This commit is contained in:
@@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user