liurunyu
2025-08-20 e88c04431d06edd05a5cb4eaff5bc120ff063224
pipIrr-platform/pipIrr-global/src/main/resources/mapper/OpeInspectMapper.xml
@@ -130,7 +130,8 @@
    ba_user.`name` AS inspectorName,
    oi.id AS inspectId,
    oi.start_time AS startTime,
    oi.stop_time AS stopTime
    oi.stop_time AS stopTime,
    oi.inspect_distance AS inspectDistance
    FROM   `ope_inspect` oi
    INNER JOIN `ba_user` ON oi.inspector_id = ba_user.id
    <where>