This commit is contained in:
shuo.wang
2025-02-25 15:31:42 +08:00
parent d76fa00923
commit 74fa4a0fd1
2 changed files with 36 additions and 14 deletions

View File

@@ -391,7 +391,8 @@
</select>
<select id="selectInvestmentByList" resultType="com.cool.store.entity.ShopInfoDO">
select line_id as LineId,
investment_manager as InvestmentManager
investment_manager as investmentManager,
development_manager as developmentManager
from xfsg_shop_info
where line_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">