Commit bc4b0883 by zhiwj

查询添加参数

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