anderx лет назад: 7
Родитель
Сommit
dea8ec5960
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 8 - 8
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -1917,14 +1917,14 @@ inner join(
 			and b.business_scope is not null
 			and b.registered_capital is not null and b.registered_capital !=0 
 			and b.location_province is not null and b.location_province !=0 
-			and b.cooperation_situation is not null 
-			and b.qualification is not null
-			and b.assets is not null
-			and b.last_year_research_amount is not null
-			and b.year_sales_amount is not null
-			and a.core_technology is not null
-			and a.accomplish_situation is not null
-			and a.credit_rating is not null  
+			and b.cooperation_situation is not null and b.cooperation_situation !='' 
+			and b.qualification is not null and b.qualification !='' 
+			and b.assets is not null and b.assets !=''
+			and b.last_year_research_amount is not null and b.last_year_research_amount !=''
+			and b.year_sales_amount is not null and b.year_sales_amount is not null !=''
+			and a.core_technology is not null and a.core_technology !=''
+			and a.accomplish_situation is not null and a.accomplish_situation  !=''
+			and a.credit_rating is not null and a.credit_rating !=''   
 			and a.id=#{uid,jdbcType=VARCHAR}
 	</select>
 </mapper>