admin
2021-11-27 4f015b8c624484e0c3b2d88b944163ce43a48d1f
app/src/main/resources/mapper/UserInfoMapper.xml
@@ -207,6 +207,14 @@
        limit #{query.start},#{query.count}
    </select>
    <select id="listByUids"
            resultMap="BaseResultMap">
        SELECT * FROM lt_user
        <foreach collection="uidList" open=" where " separator=" or " item="uid">
            id= #{uid}
        </foreach>
    </select>
    <select id="count"
            resultType="java.lang.Long">