liding
2026-08-28 685257c3dc80fb732480480128269cefa51e50e5
inspect-server/src/main/resources/mapper/InsReportMapper.xml
@@ -69,6 +69,7 @@
    <!-- 报告报表导出 -->
    <select id="reportAllExport" resultType="com.ruoyi.inspect.dto.InsReportExport">
        select code,
        case when report_type = 0 then '检测报告' else '检验报告' end                         report_type_name,
        case when type_source = 0 then '成品下单' else '原材料下单' end                    type_source,
        case
        when order_type = '抽检' then '抽检'