Просмотр исходного кода

Accept Merge Request #110 merge : (master -> test)

Merge Request: merge
Created By: @Antiloveg
Accepted By: @Antiloveg
URL: https://coding.net/t/aft/p/AFT/git/merge/110
Antiloveg лет назад: 9
Родитель
Сommit
93e4b0d7cb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/OrganizationIdentityMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/OrganizationIdentityMapper.xml

@@ -900,7 +900,7 @@
 		from user u INNER JOIN organization_identity i on u.id = i.uid and u.lvl = 1
 		from user u INNER JOIN organization_identity i on u.id = i.uid and u.lvl = 1
 		and i.audit_status = 5
 		and i.audit_status = 5
 		where 1 = 1
 		where 1 = 1
-		<if test="aid != null">
+		<if test="_parameter != null">
 			and u.aid = #{aid,jdbcType=VARCHAR}
 			and u.aid = #{aid,jdbcType=VARCHAR}
 		</if>
 		</if>
 	</select>
 	</select>