diff --git a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml
index f6cd75a79..97c7c0d82 100644
--- a/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisCustomerUserMapper.xml
@@ -60,15 +60,12 @@
-
-
-
diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index dc086265a..90a2f9acd 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -1913,6 +1913,7 @@
and ( a.problem_type is null or (a.problem_type is not null and (a.problem_type != 173 and a.problem_type != 170 and a.problem_type != 151) ) )
+
+
+
+ and a.send_date = ]]> #{params.beginDate}
+
+
+ and a.send_date #{params.endDate}
+
+
and a.salesmen=#{salesmen}
@@ -1956,6 +1966,8 @@
and a.receive_country=b.code and a.trans_line_type=c.line_code
and ( a.problem_type is null or (a.problem_type is not null and (a.problem_type != 173 and a.problem_type != 170 and a.problem_type != 151) ) )
+
+
+
+
+
+ and a.send_date = ]]> #{params.beginDate}
+
+
+ and a.send_date #{params.endDate}
+
group by b.code