|
@@ -44,7 +44,7 @@
|
|
|
<![CDATA[
|
|
|
insert into base_company
|
|
|
(
|
|
|
- id_,name_,legal_name,legal_phone,legal_card,legal_card_file
|
|
|
+ id_,name_,legal_name,legal_phone,legal_card,legal_card_file,
|
|
|
uscc_code,uscc_files,type_,business_nature,business_scope,
|
|
|
industry_type,employees_number,insured_number,person_,tel_,mail_,postal_,
|
|
|
address_,company_stamp_file,promoter_,remark_,buy_id,status_,
|
|
@@ -175,7 +175,7 @@
|
|
|
del_flag=#{delFlag,jdbcType= NUMERIC },
|
|
|
</if>
|
|
|
<if test="promoter!=null">
|
|
|
- promoter_bind_time=#{promoterBindTime,jdbcType=VARCHAR},
|
|
|
+ promoter_bind_time=#{promoterBindTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
</set>
|
|
|
where id_=#{id}
|