fix 展示全部招商专员

This commit is contained in:
shuo.wang
2025-02-07 18:00:04 +08:00
parent 279ab0e0d4
commit 8b7b15aea1
4 changed files with 50 additions and 10 deletions

View File

@@ -381,6 +381,15 @@
</if>
</where>
</select>
<select id="selectInvestmentByList" resultType="com.cool.store.entity.ShopInfoDO">
select line_id as LineId,
investment_manager as InvestmentManager
from xfsg_shop_info
where line_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">
#{item}
</foreach>
</select>
<update id="batchUpdate" parameterType="list">
<foreach collection="list" item="item" index="index" open="" close="" separator=";">