fix
Helius
2021-07-19 5e4f1cba1d27b43aeef878ae3b4e77813a2870ff
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 id in
        <foreach collection="list" index="index" item="id" separator="," open="(" close=")">
            #{id}
        </foreach>
    </select>
</mapper>