xiaoyong931011
2021-07-21 9748895b0eb4fef89e6cb238f1dbd92b8c7fe106
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>