浏览代码

修改代码

Qchen 2 年之前
父节点
当前提交
21c9829013
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/modules/protocol/PtlAgreementHistoryMapper.xml

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