fix
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<result property="shopId" column="shop_id" jdbcType="BIGINT"/>
|
||||
<result property="xgjVicePresident" column="xgj_vice_president" jdbcType="VARCHAR"/>
|
||||
<result property="xgjRegionId" column="xgj_region_id" jdbcType="VARCHAR"/>
|
||||
<result property="xgjRegionName" column="xgj_region_name" jdbcType="VARCHAR"/>
|
||||
<result property="addresseeName" column="addressee_name" jdbcType="VARCHAR"/>
|
||||
<result property="addresseeMobile" column="addressee_mobile" jdbcType="VARCHAR"/>
|
||||
<result property="addresseeProvince" column="addressee_province" jdbcType="VARCHAR"/>
|
||||
@@ -32,7 +33,7 @@
|
||||
<result property="receivingUpdateUser" column="receiving_update_user" jdbcType="VARCHAR"/>
|
||||
</resultMap>
|
||||
<sql id="base_colum_list">
|
||||
id, shop_id, xgj_vice_president, xgj_region_id,addresseeName, addressee_mobile, addressee_province, addressee_city,
|
||||
id, shop_id, xgj_vice_president, xgj_region_id,xgj_region_name,addresseeName, addressee_mobile, addressee_province, addressee_city,
|
||||
addressee_district, addressee_address, declare_goods_logistics_warehouse, declare_goods_date,
|
||||
warehouse_delivery_date, order_create_time, order_update_time, order_create_user, order_update_user,
|
||||
receiving_firm_name, receiving_ms_bank_account, receiving_ms_bank_branch, bank_unionPay_account,
|
||||
|
||||
Reference in New Issue
Block a user