瀏覽代碼

1、修改交易记录

zhoux 1 年之前
父節點
當前提交
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中-->
     <!--更新企业的临时license到license中-->
     <update id="updateCompanyLicense">
     <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>
     </update>
 
 
     <!-- 获取商户的地址服务 -->
     <!-- 获取商户的地址服务 -->