浏览代码

修改login字段

zhouwang 2 月之前
父节点
当前提交
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
 			<if test="product != null and product != ''">#{product},</if>
98
 			<if test="product != null and product != ''">#{product},</if>
99
 			<if test="enterTime != null">#{enterTime},</if>
99
 			<if test="enterTime != null">#{enterTime},</if>
100
 			<if test="employeNum != null">#{employeNum},</if>
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
 		    <if test="industryType != null">#{industryType},</if>
102
 		    <if test="industryType != null">#{industryType},</if>
103
 		    <if test="floor != null">#{floor},</if>
103
 		    <if test="floor != null">#{floor},</if>
104
 		    <if test="houseTypeId != null">#{houseTypeId},</if>
104
 		    <if test="houseTypeId != null">#{houseTypeId},</if>
@@ -144,4 +144,4 @@
144
 			#{organizationId}
144
 			#{organizationId}
145
 		</foreach>
145
 		</foreach>
146
 	</delete>
146
 	</delete>
147
-</mapper>
147
+</mapper>