Commit 18647159 by 陶光胜

通知详情修改

parent 287c5377
......@@ -225,7 +225,11 @@
select
version
from tab_custom_guide
where enterprise_id = #{enterpriseId,jdbcType=INTEGER} and appid=#{appid}
where 1=1
<if test="enterpriseId != null">
and enterprise_id = #{enterpriseId,jdbcType=INTEGER}
</if>
and appid=#{appid}
order by version desc
</select>
<select id="listGuide" resultMap="BaseResultMap">
......
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