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