瀏覽代碼

费用描述查询条件

Qchen 2 年之前
父節點
當前提交
bdebae9fdf
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/mapper/modules/protocols/PtlAgreementProductCostsNewMapper.xml

+ 3 - 0
src/main/resources/mapper/modules/protocols/PtlAgreementProductCostsNewMapper.xml

@@ -22,6 +22,9 @@
         <if test="params.isAudit != null and params.isAudit != ''">
             AND papcn.is_audit = #{params.isAudit}
         </if>
+        <if test="params.costsDescription != null and params.costsDescription != ''">
+            AND papcn.costs_description = #{params.costsDescription}
+        </if>
         <if test="params.productCode != null and params.productCode.size() > 0">
             AND papcn.product_id in
             <foreach item="item" index="index" collection="params.productCode" open="(" separator="," close=")">