admin
2022-05-19 a44f2c3b5db92069ea2813ecf8cb12a6ab3b2203
app/src/main/resources/mapper/UserInfoMapper.xml
@@ -201,7 +201,7 @@
        </where>
        <if test="query.sortList!=null">
            <foreach collection="query.sortList" open=" order by " separator="," item="item">
                #{item}
                ${item}
            </foreach>
        </if>
        limit #{query.start},#{query.count}