From 67822dfde9b2b8acc159a5bb7e30ae6dec85f889 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 15 Jan 2025 13:56:39 +0800 Subject: [PATCH] md --- .../resources/mapper/EmisWaybillMapper.xml | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 482dd1512..2f4c8b9d4 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1264,11 +1264,11 @@ and a.send_date #{params.endDate} - + and a.goods_pics is not null - + and a.goods_pics is null @@ -1801,15 +1801,16 @@ and a.bl_sign=#{blSign} - + and a.goods_pics is not null - + and a.goods_pics is null + and a.send_date = ]]> #{params.beginDate} @@ -1910,8 +1911,9 @@ from emis_waybill a a.del_flag='0' and a.order_status !='0' and a.order_status!='2' - - 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.bill_code not in ( + select bill_code from emis_waybill_problem_info ewpi where ewpi.del_flag='0' and ewpi.`problem_type` in('171','170','151') ) + )