wujianwei
2026-03-31 83930902d9561348ba362d633b0c2652d5f76368
tms/src/main/resources/mapper/tms/TmsTripMapper.xml
@@ -72,6 +72,11 @@
        </where>
        order by thisTab.id desc
    </select>
    <select id="selectTmsTripByTripType" resultMap="TmsTripResult">
        <include refid="selectTmsTripVo"/>
        where trip_type = #{tripType}
        and  dispatch_order_id  = #{dispatchOrderId}
    </select>
    <!-- 新增 -->
    <insert id="insertTmsTrip" parameterType="com.ruoyi.tms.domain.TmsTrip"  useGeneratedKeys="true" keyProperty="id">