diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user index 8aa7c11..bf54086 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -2,7 +2,7 @@ true - Release|Any CPU + Debug|Any CPU diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/WeldReportIn.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/WeldReportIn.aspx.cs index aa308d5..a2764fc 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/WeldReportIn.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/WeldReportIn.aspx.cs @@ -527,7 +527,7 @@ namespace FineUIPro.Web.HJGL.DataIn decimal? sch = Funs.GetNewDecimal(joint.JOT_Sch); string wmeCode = weldMethod.WME_Code; - string[] wmeCodes = wmeCode.Split('/'); + string[] wmeCodes = wmeCode.Split('+'); string location = locationItem.Value; string ste = joint.STE_ID; diff --git a/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/WeldReportEdit.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/WeldReportEdit.aspx.cs index 756b96f..490fddb 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/WeldReportEdit.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/WeldReportEdit.aspx.cs @@ -359,7 +359,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage wmeCode = wm.WME_Code; } - string[] wmeCodes = wmeCode.Split('/'); + string[] wmeCodes = wmeCode.Split('+'); string location = item.JOT_Location; string ste = jot.STE_ID; diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config index bf404b8..ede14f6 100644 --- a/HJGL_DS/FineUIPro.Web/Web.config +++ b/HJGL_DS/FineUIPro.Web/Web.config @@ -50,7 +50,7 @@ - + diff --git a/HJGL_DS/WebAPI/Controllers/JointInfoController.cs b/HJGL_DS/WebAPI/Controllers/JointInfoController.cs index 60dfe7c..16c9739 100644 --- a/HJGL_DS/WebAPI/Controllers/JointInfoController.cs +++ b/HJGL_DS/WebAPI/Controllers/JointInfoController.cs @@ -148,7 +148,7 @@ namespace WebAPI.Controllers decimal? sch = Funs.GetNewDecimal(joint.JOT_Sch); string wmeCode = weldMethod.WME_Code; - string[] wmeCodes = wmeCode.Split('/'); + string[] wmeCodes = wmeCode.Split('+'); string location = locationItem.Value; string ste = joint.STE_ID; diff --git a/HJGL_DS/WebAPI/WebAPI.csproj.user b/HJGL_DS/WebAPI/WebAPI.csproj.user index 28be9c4..a48b337 100644 --- a/HJGL_DS/WebAPI/WebAPI.csproj.user +++ b/HJGL_DS/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Release|Any CPU + Debug|Any CPU FolderProfile true