Commit 6b15ef7f by 陶光胜

通知详情修改

parent 0201ef70
......@@ -118,7 +118,10 @@
select
<include refid="Base_Column_List" />
from tab_custom_theme
where enterprise_id = #{enterpriseId,jdbcType=INTEGER}
where 1=1
<if test="enterpriseId != null">
and enterprise_id = #{enterpriseId,jdbcType=INTEGER}
</if>
and appid= #{appid}
</select>
</mapper>
\ No newline at end of file
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