提交代码
This commit is contained in:
@@ -176,7 +176,7 @@ namespace BLL
|
|||||||
if (!string.IsNullOrEmpty(model.PipelineComponentId))
|
if (!string.IsNullOrEmpty(model.PipelineComponentId))
|
||||||
{
|
{
|
||||||
var PipelineComponentIds = model.PipelineComponentId.Split(',');
|
var PipelineComponentIds = model.PipelineComponentId.Split(',');
|
||||||
string strSql = @"select com.PipelineComponentId, com.PipelineComponentCode,pipe.PlanStartDate,unitwork.UnitWorkName,'1' as num ,'个' as CU
|
string strSql = @"select com.PipelineComponentId, com.PipelineComponentCode,isnull(pipe.PlanStartDate,getdate()) as PlanStartDate,unitwork.UnitWorkName,'1' as num ,'个' as CU
|
||||||
from HJGL_Pipeline_Component com
|
from HJGL_Pipeline_Component com
|
||||||
left join HJGL_Pipeline pipe on com.PipelineId=pipe.PipelineId
|
left join HJGL_Pipeline pipe on com.PipelineId=pipe.PipelineId
|
||||||
left join WBS_UnitWork unitwork on pipe.UnitWorkId=unitwork.UnitWorkId
|
left join WBS_UnitWork unitwork on pipe.UnitWorkId=unitwork.UnitWorkId
|
||||||
|
|||||||
Reference in New Issue
Block a user