XiaoRuby
2023-07-27 b7145c10db0d3ace368689edfebb850760632c79
standard-server/src/main/resources/mapper/MaterialMapper.xml
@@ -6,8 +6,9 @@
        select id, name
        from material
        where state = 1
        and type = #{type}
        order by create_time desc
        limit #{num1},#{num2}
            limit #{num1},#{num2}
    </select>
    <select id="selectMaterialById" resultType="java.util.Map">
        select m.id,