Commit bc4b0883 by zhiwj

查询添加参数

parent 29c53ed1
...@@ -158,13 +158,13 @@ ...@@ -158,13 +158,13 @@
</update> </update>
<select id="listModuleIdByBusinessId" resultType="string"> <select id="listModuleIdByBusinessId" resultType="string">
select select
module_id business_id
from tab_index_module_rel from tab_index_module_rel
where status = 1 and business_id = #{businessId} and type = #{type} where status = 1 and business_id = #{businessId} and type = #{type}
</select> </select>
<select id="listBusinessIdByModuleId" resultType="int"> <select id="listBusinessIdByModuleId" resultType="int">
select select
module_id business_id
from tab_index_module_rel from tab_index_module_rel
where status = 1 and module_id = #{moduleId} where status = 1 and module_id = #{moduleId}
</select> </select>
......
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