|
@@ -10,14 +10,14 @@ |
|
|
<result column="name" jdbcType="VARCHAR" property="name"/> |
|
|
<result column="name" jdbcType="VARCHAR" property="name"/> |
|
|
<result column="img" jdbcType="VARCHAR" property="img"/> |
|
|
<result column="img" jdbcType="VARCHAR" property="img"/> |
|
|
<result column="price" jdbcType="INTEGER" property="price"/> |
|
|
<result column="price" jdbcType="INTEGER" property="price"/> |
|
|
<result column="salePrice" jdbcType="INTEGER" property="sale_price"/> |
|
|
|
|
|
|
|
|
<result column="sale_price" jdbcType="INTEGER" property="salePrice"/> |
|
|
<result column="days" jdbcType="INTEGER" property="days"/> |
|
|
<result column="days" jdbcType="INTEGER" property="days"/> |
|
|
<result column="rebate" jdbcType="INTEGER" property="rebate"/> |
|
|
<result column="rebate" jdbcType="INTEGER" property="rebate"/> |
|
|
<result column="first" jdbcType="INTEGER" property="first"/> |
|
|
<result column="first" jdbcType="INTEGER" property="first"/> |
|
|
</resultMap> |
|
|
</resultMap> |
|
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
<sql id="allColumns"> |
|
|
`id`,`tenant_id`,`parent_tenant_id`,`create_time`,`update_time`,`name`,`img`,`price`,`salePrice`, |
|
|
|
|
|
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`create_time`,`update_time`,`name`,`img`,`price`,`sale_price`, |
|
|
`days`,`rebate`,`first` |
|
|
`days`,`rebate`,`first` |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|