|
|
@ -64,6 +64,12 @@ |
|
|
|
<if test="reqVO.authenticationType != null and reqVO.authenticationType != ''"> |
|
|
|
<if test="reqVO.authenticationType != null and reqVO.authenticationType != ''"> |
|
|
|
And t1.authentication_type =#{reqVO.authenticationType} |
|
|
|
And t1.authentication_type =#{reqVO.authenticationType} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="reqVO.qualityInspection !=null and reqVO.qualityInspection !=''"> |
|
|
|
|
|
|
|
And t5.quality_inspection =#{reqVO.qualityInspection} |
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="reqVO.productVariety !=null and reqVO.productVariety !=''"> |
|
|
|
|
|
|
|
And t2.product_variety =#{reqVO.productVariety} |
|
|
|
|
|
|
|
</if> |
|
|
|
GROUP BY |
|
|
|
GROUP BY |
|
|
|
t1.product_id |
|
|
|
t1.product_id |
|
|
|
</select> |
|
|
|
</select> |
|
|
|