2023-10-31
This commit is contained in:
@@ -138,8 +138,7 @@ namespace BLL
|
||||
var newWeldJoint = BLL.WeldJointService.GetWeldJointByWeldJointId(weldJointId);
|
||||
var pipeline = BLL.PipelineService.GetPipelineByPipelineId(newWeldJoint.PipelineId);
|
||||
var project = BLL.ProjectService.GetProjectByProjectId(pipeline.ProjectId);
|
||||
var unitWork = BLL.UnitWorkService.GetUnitWorkByUnitWorkId(pipeline.UnitWorkId);
|
||||
var unit = BLL.UnitService.GetUnitByUnitId(pipeline.UnitId);
|
||||
var unitWork = BLL.UnitWorkService.GetUnitWorkByUnitWorkId(pipeline.UnitWorkId);
|
||||
var WeldingDaily = BLL.WeldingDailyService.GetPipeline_WeldingDailyByWeldingDailyId(newWeldJoint.WeldingDailyId);
|
||||
var ndt = BLL.Base_DetectionTypeService.GetDetectionTypeByDetectionTypeId(pipeline.DetectionType);
|
||||
var ndtr = BLL.Base_DetectionRateService.GetDetectionRateByDetectionRateId(pipeline.DetectionRateId);
|
||||
@@ -205,7 +204,7 @@ namespace BLL
|
||||
{
|
||||
new SqlParameter("@ProjectId", project.ProjectId),
|
||||
new SqlParameter("@UnitWorkId", pipeline.UnitWorkId),
|
||||
new SqlParameter("@UnitId", pipeline.UnitId),
|
||||
new SqlParameter("@UnitId", WeldingDaily.UnitId),
|
||||
new SqlParameter("@DetectionTypeId", pipeline.DetectionType),
|
||||
new SqlParameter("@DetectionRateId", pipeline.DetectionRateId)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user