XiaoRuby
2023-07-27 91c6d603bfc528398d03a6b05228b72a1912082a
standard-server/src/main/resources/mapper/MaterialMapper.xml
@@ -6,6 +6,7 @@
        select id, name
        from material
        where state = 1
        and type = #{type}
        order by create_time desc
            limit #{num1},#{num2}
    </select>