|
@@ -32,7 +32,8 @@
|
|
<include refid="workReviewStandardColumns"/>
|
|
<include refid="workReviewStandardColumns"/>
|
|
FROM project_template_structure_info a
|
|
FROM project_template_structure_info a
|
|
<where>
|
|
<where>
|
|
- <if test="attachName!=null and attachName != ''">
|
|
|
|
|
|
+ a.del_flag = 0
|
|
|
|
+ <if test="attachName!=null and attachName != ''">
|
|
and a.attach_name like concat('%',#{attachName},'%')
|
|
and a.attach_name like concat('%',#{attachName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="parentIds!=null and parentIds != ''">
|
|
<if test="parentIds!=null and parentIds != ''">
|