zhoux 1 год назад
Родитель
Сommit
d0e3f915bd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/CompanyMapper.xml

+ 1 - 1
src/main/resources/mapper/CompanyMapper.xml

@@ -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>
 
     <!-- 获取商户的地址服务 -->