彭雪彬
2025-07-25 4bbfc6f2a4f108d84b9b929ecbbaf5d56b57ca70
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>