tms/src/main/resources/mapper/tms/TmsTripMapper.xml
@@ -76,6 +76,8 @@
        <include refid="selectTmsTripVo"/>
        where trip_type = #{tripType}
        and  dispatch_order_id  = #{dispatchOrderId}
        order by thisTab.id desc
        limit 1
    </select>
    <!-- 新增 -->