xin
2025-07-10 9bb306e77b07fe5296eecc2e8d7edf9c9f8187e9
oying-tools/src/main/resources/mapper/BucketStorageMapper.xml
@@ -41,4 +41,10 @@
        </where>
        order by bucket_id desc
    </select>
    <select id="findByPath" resultType="com.oying.domain.BucketStorage">
        select
        <include refid="Base_Column_List"/>
        from tool_bucket_storage
        where path = #{path}
    </select>
</mapper>