lchao 1 anno fa
parent
commit
06e767f43d

+ 7 - 0
songhua-system/src/main/resources/mapper/system/CruiseShipMappingMapper.xml

@@ -85,6 +85,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <select id="getShipRouteData" parameterType="CruiseShipMapping" resultMap="CruiseShipMappingResult">
         SELECT
             b.ship_name AS shipName,
+            b.ship_type as shipType,
+            b.length_overall as lengthOverall,
+            b.registration_number as registrationNumber,
+            b.quantity as quantity,
+            b.passenger_capacity as passengerCapacity,
+            b.propulsion as propulsion,
+            b.safety_equipment as safetyEquipment,
             GROUP_CONCAT(a.longitude) AS longitude,
             GROUP_CONCAT(a.latitude) AS latitude
         FROM