Antiloveg 8 년 전
부모
커밋
d8006c219c
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
 		and i.audit_status = 5
 		where 1 = 1
-		<if test="aid != null">
+		<if test="_parameter != null">
 			and u.aid = #{aid,jdbcType=VARCHAR}
 		</if>
 	</select>