diff --git a/RIZO.Admin.WebApi/Controllers/Mes/Process/ProcessInfoController.cs b/RIZO.Admin.WebApi/Controllers/Mes/Process/ProcessInfoController.cs
index 1eb2816..9c5bd83 100644
--- a/RIZO.Admin.WebApi/Controllers/Mes/Process/ProcessInfoController.cs
+++ b/RIZO.Admin.WebApi/Controllers/Mes/Process/ProcessInfoController.cs
@@ -212,7 +212,7 @@ namespace RIZO.Admin.WebApi.Controllers.Mes.Process
///
///
///
- [HttpGet("GetProcessInfoByLineCode/{lineCode}")]
+ [HttpPost("GetProcessInfoByLineCode/{lineCode}")]
public IActionResult GetProcessInfoByLineCode([FromRoute] string lineCode)
{
var response = _ProcessInfoService.GetProcessInfoByLineCode(lineCode);
diff --git a/RIZO.Admin.WebApi/RIZO.Admin.WebApi.csproj b/RIZO.Admin.WebApi/RIZO.Admin.WebApi.csproj
index 67fa2e9..6d68d2b 100644
--- a/RIZO.Admin.WebApi/RIZO.Admin.WebApi.csproj
+++ b/RIZO.Admin.WebApi/RIZO.Admin.WebApi.csproj
@@ -28,6 +28,7 @@
+
diff --git a/RIZO.Model/RIZO.Model.csproj b/RIZO.Model/RIZO.Model.csproj
index dccdd54..3d4f828 100644
--- a/RIZO.Model/RIZO.Model.csproj
+++ b/RIZO.Model/RIZO.Model.csproj
@@ -12,4 +12,9 @@
+
+
+
+
+
diff --git a/RIZO.Service/RIZO.Service.csproj b/RIZO.Service/RIZO.Service.csproj
index b7a284d..e2f6cb3 100644
--- a/RIZO.Service/RIZO.Service.csproj
+++ b/RIZO.Service/RIZO.Service.csproj
@@ -15,5 +15,9 @@
+
+
+
+