Commit 7e00a9ec by zhiwj

去掉重复值

parent 3136fd89
......@@ -180,7 +180,7 @@
<select id="listModuleIdByBusinessIds" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from tab_index_module_rel where type = #{type}
from tab_index_module_rel where type = #{type} and delete_flag = ${@com.gic.cloud.constanst.DeleteFlagConstants@NORMAL_STATUS}
<if test="null != ids and ids.size > 0">
and business_id in
<foreach collection="ids" index="index" item="item" open="(" separator="," close=")">
......
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