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