Kaynağa Gözat

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

anderx 8 ay önce
ebeveyn
işleme
713fed9998

+ 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>