XiaoRuby
2023-08-11 7b09f233bde70508f6db7e08e983e9a2c4bb3e99
inventory-server/src/main/resources/mapper/RepertoryMapper.xml
@@ -28,6 +28,7 @@
            <if test="checkState!=null and checkState!=''">
                and check_state=#{checkState}
            </if>
            order by id desc
        </where>
    </select>
</mapper>