fix
Helius
2021-07-22 27f7acd6b3d661049b945c7367f34bd8811c459e
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>