fix
This commit is contained in:
@@ -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=")">
|
||||
|
||||
Reference in New Issue
Block a user