洪城义警-正式版后台
guoshilong
2022-07-19 4bd8f5572e62c39225da1d53e6cd101796dc90d8
src/main/java/org/springblade/modules/integral/mapper/IntegralMapper.xml
@@ -38,5 +38,11 @@
            and type =2
        </if>
    </select>
    <select id="order" resultType="org.springblade.modules.integral.entity.Integral">
        SELECT *
        FROM sys_integral
        ORDER BY integral DESC
        LIMIT 0,10
    </select>
</mapper>