Przeglądaj źródła

费用描述查询条件

Qchen 2 lat temu
rodzic
commit
bdebae9fdf

+ 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=")">