From 14fa1380ca72345d15c1a07dc7c237a2031d1151 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 9 Apr 2025 17:32:36 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml index b8a542438..83c245d86 100644 --- a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml @@ -106,6 +106,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and not exists( select 1 from emis_waybill_problem_info ewpi where a.bill_code=ewpi.bill_code and ewpi.del_flag='0' and ewpi.`problem_type` in(173,170,151) ) + and b.bl_confirm_site != 2 and a.payment_type in('1','3') and a.trans_line_type=c.line_code and a.payee=#{salesmen}