diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 63b74fc0c..de2587b03 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -2805,6 +2805,7 @@ from emis_waybill a left join emis_customer_user a4 on a.cust_no = a4.monthly_pay_code and a4.del_flag = '0' left join emis_waybill_other wss on a.id = wss.waybill_id and wss.del_flag = '0' + left join emis_money_user mu on wss.money_user_id=mu.id and mu.del_flag='0' a.del_flag='0' and a.order_status !='0' and a.order_status!='2' and a.id = #{id}