Commit 10ce9811 by huangZW

111

parent 88304841
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_haoban_department from tab_haoban_department
where status_flag = 1 where status_flag = 1
and is_store = #{storeFlag,jdbcType=INTEGER} and is_store = 1
<if test="relatedIds != null and relatedIds.size() > 0"> <if test="relatedIds != null and relatedIds.size() > 0">
and related_id IN and related_id IN
<foreach collection="relatedIds" item="id" index="index" open="(" close=")" separator=","> <foreach collection="relatedIds" item="id" index="index" open="(" close=")" separator=",">
......
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