@@ -208,7 +208,7 @@
<!--更新企业的临时license到license中-->
<update id="updateCompanyLicense">
- update dkic_a.t_a_company t set t.license = t.license_social,t.license_social = null where t.cp_id = #{cpId}
+ update dkic_a.t_a_company set license = license_social,license_social = null where cp_id = #{cpId}
</update>
<!-- 获取商户的地址服务 -->