|
@@ -16,8 +16,8 @@
|
|
|
<result property="city" column="city" jdbcType="VARCHAR"/>
|
|
<result property="city" column="city" jdbcType="VARCHAR"/>
|
|
|
<result property="valueLevel" column="value_level" jdbcType="VARCHAR"/>
|
|
<result property="valueLevel" column="value_level" jdbcType="VARCHAR"/>
|
|
|
<result property="riskLevel" column="risk_level" jdbcType="VARCHAR"/>
|
|
<result property="riskLevel" column="risk_level" jdbcType="VARCHAR"/>
|
|
|
- <result property="avgElectricityAmountLast3Months" column="avg_electricity_amount_last_3_months" jdbcType="DECIMAL"/>
|
|
|
|
|
- <result property="avgElectricityAmountLast6Months" column="avg_electricity_amount_last_6_months" jdbcType="DECIMAL"/>
|
|
|
|
|
|
|
+ <result property="avgElectricityAmountLastThreeMonths" column="avg_electricity_amount_last_three_months" jdbcType="DECIMAL"/>
|
|
|
|
|
+ <result property="avgElectricityAmountLastSixMonths" column="avg_electricity_amount_last_six_months" jdbcType="DECIMAL"/>
|
|
|
<result property="avgElectricityAmountLastYear" column="avg_electricity_amount_last_year" jdbcType="DECIMAL"/>
|
|
<result property="avgElectricityAmountLastYear" column="avg_electricity_amount_last_year" jdbcType="DECIMAL"/>
|
|
|
<result property="isArrearsNow" column="is_arrears_now" jdbcType="VARCHAR"/>
|
|
<result property="isArrearsNow" column="is_arrears_now" jdbcType="VARCHAR"/>
|
|
|
<result property="statisticsTime" column="statistics_time" jdbcType="DATE"/>
|
|
<result property="statisticsTime" column="statistics_time" jdbcType="DATE"/>
|
|
@@ -31,8 +31,8 @@
|
|
|
id,contract_capacity,first_power_time,
|
|
id,contract_capacity,first_power_time,
|
|
|
electricity_account_status,arrears_amount,default_times_in_two_years,
|
|
electricity_account_status,arrears_amount,default_times_in_two_years,
|
|
|
electricity_type,province,city,
|
|
electricity_type,province,city,
|
|
|
- value_level,risk_level,avg_electricity_amount_last_3_months,
|
|
|
|
|
- avg_electricity_amount_last_6_months,avg_electricity_amount_last_year,is_arrears_now,
|
|
|
|
|
|
|
+ value_level,risk_level,avg_electricity_amount_last_three_months,
|
|
|
|
|
+ avg_electricity_amount_last_six_months,avg_electricity_amount_last_year,is_arrears_now,
|
|
|
statistics_time,statistics_baseline_date,remarks,
|
|
statistics_time,statistics_baseline_date,remarks,
|
|
|
administrative_region_code,create_time
|
|
administrative_region_code,create_time
|
|
|
</sql>
|
|
</sql>
|