xin
2025-07-15 d264c42bfbdad92d0af17833482cdb84b1c4bcf9
oying-system/src/main/resources/mapper/sh/OrderReturnOperationLogMapper.xml
@@ -37,4 +37,11 @@
        </where>
        order by log_id desc
    </select>
</mapper>
    <select id="getByReturnNum" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List"/>
        from sh_order_return_operation_log
        where return_num = #{returnNum}
        order by log_id
    </select>
</mapper>