根据日期范围获取抛光记录
This commit is contained in:
@@ -103,5 +103,18 @@ namespace ZR.Admin.WebApi.Controllers
|
|||||||
|
|
||||||
return ToResponse(response);
|
return ToResponse(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 根据日期获取抛光记录表数据
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
[HttpPost
|
||||||
|
]
|
||||||
|
public IActionResult GetWmPolishRecordByDate([FromBody] WmPolishRecordGenerateDto parm)
|
||||||
|
{
|
||||||
|
|
||||||
|
var response = _WmPolishRecordService.GenerateWmPolishRecord(parm);
|
||||||
|
return SUCCESS(response);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ namespace ZR.Service.mes.wms
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// 根据日期获取抛光记录表数据
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="parm"></param>
|
/// <param name="parm"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
|
|||||||
Reference in New Issue
Block a user