Browse Source

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

ender 8 years ago
parent
commit
a1e4a411cc

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