Commit 93b2616c by zhiwj

门店

parent 22f10d2c
......@@ -412,10 +412,10 @@
where enterprise_id = #{enterpriseId}
</select>
<!-- listStoreInfoIdByStoreInfoId-->
<select id="listStoreInfoIdByStoreInfoId" resultMap="BaseResultMap">
<select id="listStoreInfoIdByStoreInfoId" resultType="int">
select
<include refid="Base_Column_List" />
from tab_clerk where enterprise_id = #{enterpriseId}
store_info_id
from tab_clerk where enterprise_id = #{enterpriseId} and status = 1
<if test="null != ids and ids.size > 0">
and store_info_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