|
|
@@ -79,7 +79,7 @@
|
|
|
WHERE
|
|
|
papcnh.agreement_id = #{agreementProductQueryVo.agreementId}
|
|
|
<if test="agreementProductQueryVo.operatorType != null and agreementProductQueryVo.operatorType != ''">
|
|
|
- AND iah.operator_type = #{agreementProductQueryVo.operatorType}
|
|
|
+ AND papcnh.operator_type = #{agreementProductQueryVo.operatorType}
|
|
|
</if>
|
|
|
<if test="agreementProductQueryVo.operator != null and agreementProductQueryVo.operator != ''">
|
|
|
AND su.name = #{agreementProductQueryVo.operator}
|