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">