diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index f172f139a..2f0883b98 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -1205,7 +1205,7 @@
and cust_no like concat('%', #{custNo}, '%')
and cust_name like concat('%', #{custName}, '%')
and trans_line_type=#{transLineType}
- and product_type=#{productType}
+ and FIND_IN_SET(product_type,#{productType})
and time_type like concat('%', #{timeType}, '%')
and meter_type=#{meterType}
and FIND_IN_SET(a.carry_type,#{carryType})