焊接修改
This commit is contained in:
@@ -70,12 +70,12 @@ namespace WebAPI.Controllers
|
||||
/// <param name="PipelineComponentId"></param>
|
||||
/// <param name="PersonId"></param>
|
||||
/// <returns></returns>
|
||||
public Model.ResponeData GetComponentConfirmArrival(string PipelineComponentId, string PersonId)
|
||||
public Model.ResponeData GetComponentConfirmArrival(string PipelineComponentId, string PersonId,string Message)
|
||||
{
|
||||
var responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
BLL.APIPipelineComponentService.GetComponentConfirmArrival(PipelineComponentId, PersonId);
|
||||
BLL.APIPipelineComponentService.GetComponentConfirmArrival(PipelineComponentId, PersonId, Message);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user