diff --git a/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs b/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs index f50d07a..23ba944 100644 --- a/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs +++ b/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs @@ -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); + } });