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