From fb050c19e8806edcf57262e1d2dc497041664590 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 11 Jun 2024 17:53:08 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 622ac8c29..0335ad2ab 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -550,13 +550,13 @@ and a.bill_code not in( select etp.bill_code from emis_tms_pack_dtl etp where etp.del_flag='0' ) - and a.blIsQuestion = '0' + and a.bl_is_question = '0' and a.bill_code not in( select etb.bill_code from emis_tms_site_batch_dtl etb where etb.del_flag='0' ) - and a.blIsQuestion = '0' + and a.bl_is_question = '0'