|
|
|
@ -75,6 +75,7 @@ |
|
|
|
<if test = "fmProjectMilestone.milestoneNodeEnd != null and fmProjectMilestone.milestoneNodeEnd != ''"> |
|
|
|
<if test = "fmProjectMilestone.milestoneNodeEnd != null and fmProjectMilestone.milestoneNodeEnd != ''"> |
|
|
|
AND a.milestone_node <![CDATA[ <= ]]> to_date(concat(#{fmProjectMilestone.milestoneNodeEnd},' 23:59:59'),'YYYY-MM-DD HH24:MI:SS') |
|
|
|
AND a.milestone_node <![CDATA[ <= ]]> to_date(concat(#{fmProjectMilestone.milestoneNodeEnd},' 23:59:59'),'YYYY-MM-DD HH24:MI:SS') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
and b.APPROVAL_STATUS not in ('0','1','2') |
|
|
|
</where> |
|
|
|
</where> |
|
|
|
order by a.update_time desc |
|
|
|
order by a.update_time desc |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|