2023-10-24
This commit is contained in:
@@ -564,15 +564,16 @@ namespace FineUIPro.Web.CQMS.Solution
|
|||||||
}
|
}
|
||||||
constructSolution.CompileMan = CurrUser.UserId;
|
constructSolution.CompileMan = CurrUser.UserId;
|
||||||
constructSolution.Edition = Convert.ToInt32(txtEdition.Text);
|
constructSolution.Edition = Convert.ToInt32(txtEdition.Text);
|
||||||
|
constructSolution.ConstructSolutionId = HFConstructSolutionId.Text;
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(ConstructSolutionId))
|
if (!string.IsNullOrEmpty(ConstructSolutionId))
|
||||||
{
|
{
|
||||||
constructSolution.ConstructSolutionId = HFConstructSolutionId.Text;
|
|
||||||
CQMSConstructSolutionService.UpdateConstructSolution(constructSolution);
|
CQMSConstructSolutionService.UpdateConstructSolution(constructSolution);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
constructSolution.ConstructSolutionId = SQLHelper.GetNewID(typeof(Model.Solution_CQMSConstructSolution));
|
//constructSolution.ConstructSolutionId = SQLHelper.GetNewID(typeof(Model.Solution_CQMSConstructSolution));
|
||||||
CQMSConstructSolutionService.AddConstructSolution(constructSolution);
|
CQMSConstructSolutionService.AddConstructSolution(constructSolution);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user