重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ZR.Admin.WebApi.Extensions;
|
||||
using ZR.Admin.WebApi.Filters;
|
||||
using ZR.Model.MES.qc.DTO;
|
||||
using ZR.Service.BI.IService;
|
||||
using ZR.Service.mes.mm;
|
||||
using ZR.Service.mes.pro;
|
||||
|
||||
namespace ZR.Admin.WebApi.Controllers.BI
|
||||
{
|
||||
@@ -65,9 +60,9 @@ namespace ZR.Admin.WebApi.Controllers.BI
|
||||
/// 获取一检生产的工单
|
||||
/// <summmary>
|
||||
[HttpGet("getProductingWorkorder")]
|
||||
public IActionResult GetProductingWorkorder()
|
||||
public IActionResult GetProductingWorkorder()
|
||||
{
|
||||
|
||||
|
||||
return SUCCESS(productionDashboard.GetProductingWorkorder());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user