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