Преглед изворни кода

BUG修改 主体信息sql修改

zhouwang пре 2 недеља
родитељ
комит
b7e28f8db8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/mapper/info/OrganizationInfoMapper.xml

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