From 308ed7512167f4a35e80c7e8ee8e87381c5dfb22 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 12 Jan 2025 15:33:37 +0800 Subject: [PATCH] md --- .../mapper/EmisCustomerUserMapper.xml | 3 --- .../resources/mapper/EmisWaybillMapper.xml | 21 +++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) 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