zxz hace 2 años
padre
commit
2faa85b6d5

+ 16 - 0
winsea-haixin-plugin-wangluohuoyun/src/main/resources/mapper/DriverCarInfoMapper.xml

@@ -47,6 +47,22 @@
         c.car_type as carType,
         c.car_category as carCategory,
         c.car_number as carNumber,
+        c.use_nature as useNature,
+        c.vehicle_type as vehicleType,
+        c.gua_use_nature as guaUseNature,
+        c.owner,
+        c.gua_owner as guaOwner,
+        c.gua_car_long as guaCarLong,
+        c.gua_car_width as guaCarWidth,
+        c.gua_car_height as guaCarHeight,
+        c.gua_car_approved_weight as guaCarApprovedWeight,
+        c.gua_servicing_weight as guaServicingWeight,
+        c.car_total_weight as carTotalWeight,
+        c.servicing_weight as servicingWeight,
+        c.car_approved_weight as carApprovedWeight,
+        c.car_long as carLong,
+        c.car_width as carWidth,
+        c.car_height as carHeight,
         c.car_number_colour as carNumberColour,
         c.gua_car_number as guaCarNumber,
         c.energy_type as energyType,