diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index 8c4f45f78..b6df2f5ad 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -2928,7 +2928,16 @@
and FIND_IN_SET(payment_type,#{paymentType})
and calc_fee_type=#{calcFeeType}
and cust_no like concat('%', #{custNo}, '%')
- and cust_name like concat('%', #{custName}, '%')
+
+
+ and mu.company like concat('%', #{custName}, '%')
+
+
+ and cust_name like concat('%', #{custName}, '%')
+
+
+
and trans_line_type=#{transLineType}
and FIND_IN_SET(product_type,#{productType})
and time_type like concat('%', #{timeType}, '%')