|
|
@@ -57,6 +57,7 @@
|
|
|
<result column="inlet" property="inlet" jdbcType="DECIMAL"/>
|
|
|
<result column="export" property="export" jdbcType="DECIMAL"/>
|
|
|
<result column="add_throw" property="addThrow" jdbcType="DECIMAL"/>
|
|
|
+ <result column="keep_point_ratio" property="keepPointRatio" jdbcType="DECIMAL"/>
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
@@ -281,6 +282,7 @@
|
|
|
tt.inlet,
|
|
|
tt.export,
|
|
|
tt.add_throw,
|
|
|
+ tt.keep_point_ratio,
|
|
|
CASE
|
|
|
WHEN tt.cost_type = '交强险' THEN pa.jq_entrance_fee_ratio
|
|
|
WHEN tt.cost_type = '商业险' THEN pa.sy_entrance_fee_ratio
|