瀏覽代碼

客户档案面谈信息详情修改

anderx 8 月之前
父節點
當前提交
713fed9998
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/com/goafanti/common/mapper/OrganizationIdentityMapper.xml

+ 3 - 0
src/main/java/com/goafanti/common/mapper/OrganizationIdentityMapper.xml

@@ -1669,6 +1669,9 @@
             <if test="contactsPosition != null">
                 contacts_position = #{contactsPosition,jdbcType=VARCHAR},
             </if>
+            <if test="industryName != null and industryName != ''">
+                industry_name = #{industryName},
+            </if>
         </set>
         where uid = #{uid,jdbcType=VARCHAR}
     </update>