1
This commit is contained in:
@@ -60,6 +60,20 @@ namespace DOAN.WebApi.Controllers.MES.quality.FQC
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
//TODO 分页查询缺陷统计
|
||||
[HttpPost("search_defect_Statistics_page")]
|
||||
public IActionResult SearchDefectStatisticsPage([FromBody]QueryFQCShowDto queryFQCShow)
|
||||
{
|
||||
if(queryFQCShow == null)
|
||||
{
|
||||
throw new CustomException("queryFQCShow为空");
|
||||
}
|
||||
|
||||
var response = qcFinishedproductDefectService.SearchDefectStatisticsPage(queryFQCShow);
|
||||
return SUCCESS(response);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user