|
@@ -75,7 +75,7 @@
|
75
|
75
|
<if test="product != null and product != ''">product,</if>
|
76
|
76
|
<if test="enterTime != null">enter_time,</if>
|
77
|
77
|
<if test="employeNum != null">employe_num,</if>
|
78
|
|
- <if test="audio != null and audio != ''">logo,</if>
|
|
78
|
+ <if test="audio != null and audio != ''">audio,</if>
|
79
|
79
|
<if test="industryType != null">industry_type,</if>
|
80
|
80
|
<if test="floor != null">floor,</if>
|
81
|
81
|
<if test="houseTypeId != null">house_type_id,</if>
|