From 39785da26ecd7b7aab830285aa5ff612f72718ca Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 26 Nov 2024 22:45:28 +0800 Subject: [PATCH] md --- emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}) - + +