Commit f74a0f77 by mobh Committed by chenzg

提交修改

parent 0fde85e4
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
<if test="param.templateName != null and param.templateName !=''"> <if test="param.templateName != null and param.templateName !=''">
and temp.template_name like CONCAT('%',#{param.templateName},'%') and temp.template_name like CONCAT('%',#{param.templateName},'%')
</if> </if>
<if test="param.platformNum != null">
and temp.platform_num = #{param.platformNum}
</if>
<if test="param.platformType != null"> <if test="param.platformType != null">
and temp.platform_type = #{param.platformType} and temp.platform_type = #{param.platformType}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment