fix
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<result column="rent_type" jdbcType="TINYINT" property="rentType" />
|
||||
<result column="sign_time" jdbcType="TIMESTAMP" property="signTime" />
|
||||
<result column="contract_start_time" jdbcType="TIMESTAMP" property="contractStartTime" />
|
||||
<result column="contract_end_time" jdbcType="TIMESTAMP" property="contractEndTime" />
|
||||
<result column="contract_months" jdbcType="INTEGER" property="contractMonths" />
|
||||
<result column="shop_rent_type" jdbcType="TINYINT" property="shopRentType" />
|
||||
<result column="month_rent" jdbcType="VARCHAR" property="monthRent" />
|
||||
@@ -23,7 +24,7 @@
|
||||
</resultMap>
|
||||
|
||||
<sql id="allColumn">
|
||||
id, shop_id, point_id, rent_type, sign_time, contract_start_time, contract_months, shop_rent_type,
|
||||
id, shop_id, point_id, rent_type, sign_time, contract_start_time, contract_end_time, contract_months, shop_rent_type,
|
||||
month_rent, first_year_month_rent, second_year_month_rent, third_year_month_rent, contract_pic,
|
||||
house_certificate_pic, audit_id, deleted, create_time, update_time
|
||||
</sql>
|
||||
|
||||
Reference in New Issue
Block a user