洪城义警-正式版后台
zengh
2022-09-15 b7b0da18a6cd9775b5c5e2af4da91f15d6d3871e
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>