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>