Helius
2021-08-04 84a3ef10e4219ad844e6ea86af65d8dec84f28d4
gc-user/src/main/resources/mapper/user/AccountMapper.xml
@@ -547,4 +547,11 @@
        )
    </select>
    <select id="selectAccountInfoByIds" resultType="com.xzx.gc.entity.AccountInfo">
        select * from xzx_account_info
        where account_id in
        <foreach collection="list" index="index" item="id" separator="," open="(" close=")">
            #{id}
        </foreach>
    </select>
</mapper>