| | |
| | | <if test="receiverId != null">receiver_id,</if> |
| | | <if test="destinationAddress != null">destination_address,</if> |
| | | <if test="receiverName != null">receiver_name,</if> |
| | | <if test="actualVehicleType != null">actual_vehicle_type,</if> |
| | | <if test="actualVehicleType != null and actualVehicleType != ''">actual_vehicle_type,</if> |
| | | <if test="receiverMobile != null">receiver_mobile,</if> |
| | | <if test="actualLoadStart != null">actual_load_start,</if> |
| | | <if test="shipperRegionLabel != null">shipper_region_label,</if> |
| | |
| | | <if test="receiverId != null">#{receiverId},</if> |
| | | <if test="destinationAddress != null">#{destinationAddress},</if> |
| | | <if test="receiverName != null">#{receiverName},</if> |
| | | <if test="actualVehicleType != null">#{actualVehicleType},</if> |
| | | <if test="actualVehicleType != null and actualVehicleType != ''">#{actualVehicleType},</if> |
| | | <if test="receiverMobile != null">#{receiverMobile},</if> |
| | | <if test="actualLoadStart != null">#{actualLoadStart},</if> |
| | | <if test="shipperRegionLabel != null">#{shipperRegionLabel},</if> |
| | |
| | | <if test="receiverId != null">receiver_id = #{receiverId},</if> |
| | | <if test="destinationAddress != null">destination_address = #{destinationAddress},</if> |
| | | <if test="receiverName != null">receiver_name = #{receiverName},</if> |
| | | <if test="actualVehicleType != null">actual_vehicle_type = #{actualVehicleType},</if> |
| | | <if test="actualVehicleType != null and actualVehicleType != ''">actual_vehicle_type = #{actualVehicleType},</if> |
| | | <if test="receiverMobile != null">receiver_mobile = #{receiverMobile},</if> |
| | | <if test="actualLoadStart != null">actual_load_start = #{actualLoadStart},</if> |
| | | <if test="shipperRegionLabel != null">shipper_region_label = #{shipperRegionLabel},</if> |
| | |
| | | <if test="item.receiverId != null">receiver_id = #{item.receiverId},</if> |
| | | <if test="item.destinationAddress != null">destination_address = #{item.destinationAddress},</if> |
| | | <if test="item.receiverName != null">receiver_name = #{item.receiverName},</if> |
| | | <if test="item.actualVehicleType != null">actual_vehicle_type = #{item.actualVehicleType},</if> |
| | | <if test="item.actualVehicleType != null and actualVehicleType != ''">actual_vehicle_type = #{item.actualVehicleType},</if> |
| | | <if test="item.receiverMobile != null">receiver_mobile = #{item.receiverMobile},</if> |
| | | <if test="item.actualLoadStart != null">actual_load_start = #{item.actualLoadStart},</if> |
| | | <if test="item.shipperRegionLabel != null">shipper_region_label = #{item.shipperRegionLabel},</if> |