zhouwang před 3 týdny
rodič
revize
c467ba480c

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