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