|
|
|
@ -53,7 +53,7 @@ |
|
|
|
where l.project_id =res.id and ipl.id=#{linkIterationId} |
|
|
|
) |
|
|
|
</if> |
|
|
|
<if test="key != null and key !='' "> and res.name like #{key} </if> |
|
|
|
<if test="key != null and key !='' "> and res.name like concat('%',#{key} ,'%') </if> |
|
|
|
<if test="isTpl!=null and isTpl=='1'"> |
|
|
|
and (res.branch_id in( #{platformBranchId},#{linkBranchId}) and res.is_tpl='1') |
|
|
|
</if> |
|
|
|
|