Просмотр исходного кода

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

anderx месяцев назад: 8
Родитель
Сommit
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">
             <if test="contactsPosition != null">
                 contacts_position = #{contactsPosition,jdbcType=VARCHAR},
                 contacts_position = #{contactsPosition,jdbcType=VARCHAR},
             </if>
             </if>
+            <if test="industryName != null and industryName != ''">
+                industry_name = #{industryName},
+            </if>
         </set>
         </set>
         where uid = #{uid,jdbcType=VARCHAR}
         where uid = #{uid,jdbcType=VARCHAR}
     </update>
     </update>