Commit 287c5377 by 陶光胜

通知详情修改

parent 1528884a
......@@ -232,7 +232,10 @@
select
<include refid="Base_Column_List" />
from tab_custom_guide
where enterprise_id = #{enterpriseId,jdbcType=INTEGER}
where 1=1
<if test="enterpriseId != null">
and enterprise_id = #{enterpriseId,jdbcType=INTEGER}
</if>
<if test="version != null">
and version = #{version}
</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