xin
2025-07-02 04f33d32c28830004917c356d57f1a2714f2be0e
oying-system/src/main/resources/mapper/sh/OrderAddressSnapshotMapper.xml
@@ -31,4 +31,10 @@
        </where>
        order by snapshot_id desc
    </select>
</mapper>
    <select id="queryByOrderNum" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List"/>
        from sh_order_address_snapshot
        where order_num = #{orderNum}
    </select>
</mapper>