diff --git a/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml b/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml
index 3b993ff21..134af30bd 100644
--- a/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml
@@ -193,7 +193,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and ewb.pick_start_date #{params.endPickStartDate}
-
and ewb.salesmen like concat('%', #{params.salesmen}, '%')
@@ -215,6 +214,26 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
)
+
+ and EXISTS (
+ select 1 from emis_warehouse_in_batch ewib
+ where
+ ewib.del_flag='0'
+ and a.in_no=ewib.in_no
+ and ewib.pic_url is not null
+ )
+
+
+
+ and EXISTS (
+ select 1 from emis_warehouse_in_batch ewib
+ where
+ ewib.del_flag='0'
+ and a.in_no=ewib.in_no
+ and ewib.pic_url is null
+ )
+
+
and create_time = ]]> #{params.beginCreateTime}
diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index 667b9a960..ba17e1552 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -208,7 +208,6 @@
-