Przeglądaj źródła

BUG修改 主体信息sql修改

zhouwang 2 tygodni temu
rodzic
commit
b7e28f8db8

+ 1 - 1
src/main/resources/mapper/info/OrganizationInfoMapper.xml

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