|
|
|
@ -15,6 +15,8 @@
|
|
|
|
|
<if test="templateName != null and templateName != ''">and a.template_name like concat('%',
|
|
|
|
|
#{templateName}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="projectBigType != null ">and a.project_big_type = #{projectBigType}</if>
|
|
|
|
|
<if test="projectMiddleType != null ">and a.project_middle_type = #{projectMiddleType}</if>
|
|
|
|
|
<if test="projectSmallType != null ">and a.project_small_type = #{projectSmallType}</if>
|
|
|
|
|
<if test="responsibilityUnit != null ">and a.responsibility_unit = #{responsibilityUnit}</if>
|
|
|
|
|
<if test="status != null ">and a.status = #{status}</if>
|
|
|
|
|