liurunyu
2025-05-09 52cd0fe6f2224b0bd17b19ddaf475406a92b9ed4
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>