车辆管理
parent
25ad7f9da0
commit
f6c1de2c6b
|
@ -26,6 +26,7 @@ public class CarMessage {
|
|||
* 报文名称
|
||||
*/
|
||||
private String messageTypeName;
|
||||
|
||||
/**
|
||||
* 报文所属类别
|
||||
*/
|
||||
|
|
|
@ -68,6 +68,32 @@ public class CarReq {
|
|||
private String EatImagation;
|
||||
private String EatImfagtion;
|
||||
private String EatImagyution;
|
||||
private Integer other;
|
||||
private Integer othjjer;
|
||||
private Integer otmkdowedher;
|
||||
private Integer desother;
|
||||
private Integer otsmkeher;
|
||||
private Integer othsmer;
|
||||
private Integer oedednjihyther;
|
||||
private Integer othhuer;
|
||||
private Integer othmkjoer;
|
||||
private Integer othnjiu8er;
|
||||
private Integer othhubhyer;
|
||||
private Integer othejkihjur;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -138,45 +138,45 @@
|
|||
UPDATE `car_information`
|
||||
SET
|
||||
<if test="carInformationVIN != null and carInformationVIN != '' ">
|
||||
`car_information`.car_information_VIN = #{carInformationVIN},
|
||||
` car_information_VIN` = #{carInformationVIN},
|
||||
</if>
|
||||
<if test="carInformationLicensePlate != null and carInformationLicensePlate != '' ">
|
||||
`car_information`.car_information_license_plate = #{carInformationLicensePlate},
|
||||
` car_information_license_plate ` = #{carInformationLicensePlate},
|
||||
</if>
|
||||
<if test="carInformationBrand != null and carInformationBrand != '' ">
|
||||
`car_information`.car_information_brand = #{carInformationBrand},
|
||||
`car_information_brand` = #{carInformationBrand},
|
||||
</if>
|
||||
<if test="carInformationColor != null and carInformationColor != '' ">
|
||||
`car_information`.car_information_color = #{carInformationColor},
|
||||
`car_information_color` = #{carInformationColor},
|
||||
</if>
|
||||
<if test="carInformationDriver != null and carInformationDriver != '' ">
|
||||
`car_information`.car_information_driver = #{carInformationDriver},
|
||||
`car_information_driver` = #{carInformationDriver},
|
||||
</if>
|
||||
<if test="carInformationMotorManufacturer != null and carInformationMotorManufacturer != '' ">
|
||||
`car_information`.car_information_motor_manufacturer = #{carInformationMotorManufacturer},
|
||||
`car_information_motor_manufacturer` = #{carInformationMotorManufacturer},
|
||||
</if>
|
||||
<if test="carInformationMotorModel != null and carInformationMotorModel != '' ">
|
||||
`car_information`.car_information_motor_model = #{carInformationMotorModel} ,
|
||||
`car_information_motor_model` = #{carInformationMotorModel} ,
|
||||
</if>
|
||||
<if test="carInformationBatteryManufacturer != null and carInformationBatteryManufacturer != '' ">
|
||||
`car_information`.car_information_battery_manufacturer = #{carInformationBatteryManufacturer},
|
||||
`car_information_battery_manufacturer `= #{carInformationBatteryManufacturer},
|
||||
</if>
|
||||
<if test="carInformationBatteryModel != null and carInformationBatteryModel != '' ">
|
||||
`car_information`.car_information_battery_model = #{carInformationBatteryModel},
|
||||
`car_information_battery_model` = #{carInformationBatteryModel},
|
||||
</if>
|
||||
<if test="carInformationFence != null">
|
||||
`car_information`.car_information_fence = #{carInformationFence},
|
||||
`car_information_fence` = #{carInformationFence},
|
||||
</if>
|
||||
<if test="carInformationType != null">
|
||||
`car_information`.car_information_type = #{carInformationType} ,
|
||||
`car_information_type` = #{carInformationType} ,
|
||||
</if>
|
||||
<if test="carInformationFocus != null">
|
||||
`car_information`.car_information_focus = #{carInformationFocus},
|
||||
`car_information_focus` = #{carInformationFocus},
|
||||
</if>
|
||||
<if test="carInformationState != null">
|
||||
`car_information`.car_information_state = #{carInformationState}
|
||||
`car_information_state` = #{carInformationState}
|
||||
</if>
|
||||
WHERE `car_information`.car_information_id = #{carInformationId}
|
||||
WHERE `car_information_id` = #{carInformationId}
|
||||
</update>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue