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>