Antiloveg 8 years ago
parent
commit
d8006c219c

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