|
|
@@ -434,6 +434,12 @@
|
|
|
and pca_invalid_count <= #{query.inValidPcaCountRange[1]}
|
|
|
</if>
|
|
|
</if>
|
|
|
+ <if test="query.totalPcaCountRange != null and query.totalPcaCountRange.size > 0">
|
|
|
+ and pca_total_count >= #{query.totalPcaCountRange[0]}
|
|
|
+ <if test="query.totalPcaCountRange.size >1 ">
|
|
|
+ and pca_total_count <= #{query.totalPcaCountRange[1]}
|
|
|
+ </if>
|
|
|
+ </if>
|
|
|
</where>
|
|
|
</sql>
|
|
|
|