@@ -555,5 +555,6 @@
org_id = #{orgId}
and house_id = #{houseId}
and warehouse_id = #{warehouseId}
+ order by id desc limit 0,1
</select>
</mapper>