Helius
2021-07-19 58c2f5c6be83e0e730593b74f9f8e5616608d417
modify
1 files modified
2 ■■■ changed files
gc-user/src/main/resources/mapper/user/AccountMapper.xml 2 ●●● patch | view | raw | blame | history
gc-user/src/main/resources/mapper/user/AccountMapper.xml
@@ -549,7 +549,7 @@
    <select id="selectAccountInfoByIds" resultType="com.xzx.gc.entity.AccountInfo">
        select * from xzx_account_info
        where id in
        where account_id in
        <foreach collection="list" index="index" item="id" separator="," open="(" close=")">
            #{id}
        </foreach>