Browse Source

开单BUG修复

anderx 7 years ago
parent
commit
51b899b767
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -1921,10 +1921,10 @@ inner join(
 			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 b.year_sales_amount is not null and b.year_sales_amount !=''
 			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.credit_rating is not null and a.credit_rating !=''    
 			and a.id=#{uid,jdbcType=VARCHAR}
 	</select>
 </mapper>