质检看板反馈优化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user