XiaoRuby
2023-08-03 fbba4ea24430b14eee18b190b7e08f1a58a8e504
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,