ソースを参照

高企认定培育搜索部分无法查找到BUG修复

ender 8 年 前
コミット
a1e4a411cc
共有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

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