浏览代码

修改login字段

zhouwang 3 周之前
父节点
当前提交
c467ba480c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mapper/info/OrganizationInfoMapper.xml

+ 2 - 2
src/main/resources/mapper/info/OrganizationInfoMapper.xml

@@ -98,7 +98,7 @@
98 98
 			<if test="product != null and product != ''">#{product},</if>
99 99
 			<if test="enterTime != null">#{enterTime},</if>
100 100
 			<if test="employeNum != null">#{employeNum},</if>
101
-		    <if test="audio != null and audio != ''">#{logo},</if>
101
+		    <if test="audio != null and audio != ''">#{audio},</if>
102 102
 		    <if test="industryType != null">#{industryType},</if>
103 103
 		    <if test="floor != null">#{floor},</if>
104 104
 		    <if test="houseTypeId != null">#{houseTypeId},</if>
@@ -144,4 +144,4 @@
144 144
 			#{organizationId}
145 145
 		</foreach>
146 146
 	</delete>
147
-</mapper>
147
+</mapper>