From c199bba7ff342549f60484769358c972165baf2b Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 6 Jun 2024 17:30:01 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 655866d86..f3d603842 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -462,6 +462,11 @@ and create_time #{params.endCreateTime} + + and estimate_date now() and bl_sign!='1' + + + and bl_print=#{params.printFlag}