修改申报模板buf

wushunjie
杜函宇 4 months ago
parent 2c57042d77
commit 1b6b39d125

@ -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>

Loading…
Cancel
Save