Qchen před 2 roky
rodič
revize
21c9829013

+ 1 - 1
src/main/resources/mapper/modules/protocol/PtlAgreementHistoryMapper.xml

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