ソースを参照

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

anderx 9 ヶ月 前
コミット
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>