|
@@ -4,21 +4,21 @@
|
|
|
<!--返回结果-->
|
|
|
<resultMap id="BaseResultMap" type="com.platform.yijia.pojo.IntegralRule">
|
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
|
- <result column="station_id" jdbcType="INTEGER" property="stationId" />
|
|
|
- <result column="station_name" jdbcType="VARCHAR" property="stationName" />
|
|
|
- <result column="rule_type" jdbcType="VARCHAR" property="ruleType" />
|
|
|
- <result column="rule_amt" jdbcType="DECIMAL" property="ruleAmt" />
|
|
|
- <result column="gread" jdbcType="VARCHAR" property="gread" />
|
|
|
- <result column="oil_name" jdbcType="VARCHAR" property="oilName" />
|
|
|
- <result column="sale_amt" jdbcType="DECIMAL" property="saleAmt" />
|
|
|
- <result column="integral" jdbcType="DECIMAL" property="integral" />
|
|
|
- <result column="term_date_manage" jdbcType="VARCHAR" property="termDateManage" />
|
|
|
- <result column="empty_date" jdbcType="DATE" property="emptyDate" />
|
|
|
- <result column="expiration_reminder" jdbcType="VARCHAR" property="expirationReminder" />
|
|
|
- <result column="remind_date" jdbcType="DATE" property="remindDate" />
|
|
|
- <result column="integral_activity" jdbcType="VARCHAR" property="integralActivity" />
|
|
|
- <result column="date_picker" jdbcType="VARCHAR" property="datePicker" />
|
|
|
- <result column="integral_proportion" jdbcType="VARCHAR" property="integralProportion" />
|
|
|
+ <result column="station_id" jdbcType="INTEGER" property="stationId" />
|
|
|
+ <result column="station_name" jdbcType="VARCHAR" property="stationName" />
|
|
|
+ <result column="rule_type" jdbcType="VARCHAR" property="ruleType" />
|
|
|
+ <result column="rule_amt" jdbcType="DECIMAL" property="ruleAmt" />
|
|
|
+ <result column="gread" jdbcType="VARCHAR" property="gread" />
|
|
|
+ <result column="oil_name" jdbcType="VARCHAR" property="oilName" />
|
|
|
+ <result column="sale_amt" jdbcType="DECIMAL" property="saleAmt" />
|
|
|
+ <result column="integral" jdbcType="DECIMAL" property="integral" />
|
|
|
+ <result column="term_date_manage" jdbcType="VARCHAR" property="termDateManage" />
|
|
|
+ <result column="empty_date" jdbcType="DATE" property="emptyDate" />
|
|
|
+ <result column="expiration_reminder" jdbcType="VARCHAR" property="expirationReminder" />
|
|
|
+ <result column="remind_date" jdbcType="DATE" property="remindDate" />
|
|
|
+ <result column="integral_activity" jdbcType="VARCHAR" property="integralActivity" />
|
|
|
+ <result column="date_picker" jdbcType="VARCHAR" property="datePicker" />
|
|
|
+ <result column="integral_proportion" jdbcType="VARCHAR" property="integralProportion" />
|
|
|
<result column="integral_deduction_oil" jdbcType="VARCHAR" property="integralDeductionOil" />
|
|
|
</resultMap>
|
|
|
|