ソースを参照

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
 			<if test="product != null and product != ''">product,</if>
75
 			<if test="product != null and product != ''">product,</if>
76
 			<if test="enterTime != null">enter_time,</if>
76
 			<if test="enterTime != null">enter_time,</if>
77
 			<if test="employeNum != null">employe_num,</if>
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
 		    <if test="industryType != null">industry_type,</if>
79
 		    <if test="industryType != null">industry_type,</if>
80
 		    <if test="floor != null">floor,</if>
80
 		    <if test="floor != null">floor,</if>
81
 		    <if test="houseTypeId != null">house_type_id,</if>
81
 		    <if test="houseTypeId != null">house_type_id,</if>