质检看板反馈优化

This commit is contained in:
2024-07-12 15:57:37 +08:00
parent 5ca9d57566
commit 9e85bc8d4a
2 changed files with 16 additions and 8 deletions

View File

@@ -285,7 +285,7 @@ namespace ZR.Service.mes.qc
.First();
if (proWorkOrder == null)
{
return null;
throw new Exception("未在生产工单中找到该工单!");
}
//
QcCommonFqcBoardDto boardData = new QcCommonFqcBoardDto();
@@ -353,7 +353,7 @@ namespace ZR.Service.mes.qc
}
catch (Exception ex)
{
return null;
throw new Exception(ex.Message);
}
}