Commit c2643bab authored by unset's avatar unset

Merge branch 'master-vehicle-price' into dev-tiande

parents 5d214b8a 1c5e3f0d
...@@ -20,4 +20,6 @@ public class VehicleCommonPriceVo extends VehicleCommonPriceInfo { ...@@ -20,4 +20,6 @@ public class VehicleCommonPriceVo extends VehicleCommonPriceInfo {
private String modelName; private String modelName;
private Integer vehicleBodyStatus; private Integer vehicleBodyStatus;
private String vehicleId;
} }
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<select id="selectList" resultType="com.xxfc.platform.vehicle.pojo.vo.VehicleCommonPriceVo"> <select id="selectList" resultType="com.xxfc.platform.vehicle.pojo.vo.VehicleCommonPriceVo">
SELECT SELECT
vci.*, v.`code`, vci.*, v.`code`,
v.id as vehicleId,
v.number_plate, v.number_plate,
FLOOR( FLOOR(
YEAR (NOW()) - YEAR (v.vehicle_register_date) YEAR (NOW()) - YEAR (v.vehicle_register_date)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment