彭雪彬
2025-09-04 9534df9c12adc71274c994df8765c788222a0f7b
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>