Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
93e4b0d7cb

+ 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
 		and i.audit_status = 5
 		where 1 = 1
-		<if test="aid != null">
+		<if test="_parameter != null">
 			and u.aid = #{aid,jdbcType=VARCHAR}
 		</if>
 	</select>