diff --git a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index e6a5a50..e45431b 100644
--- a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -606,15 +606,16 @@
FROM
sys_user a,emis_site b,sys_user_post c
WHERE a.del_flag='0' and b.del_flag='0' and a.bl_open='1'
- and a.owner_site_code=b.site_code and a.user_id=c.user_id and c.post_id=5
+ and a.owner_site_code=b.site_code and a.user_id=c.user_id and c.post_id in(5,6,7)
and (a.emp_code=#{searchValue} or a.phonenumber=#{searchValue} or a.emp_name=#{searchValue})
-
+
+