From 03177f58f2f18c3780e72f51fb2311db17d20063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E5=B1=95=E8=88=AA?= <2426745133@qq.com> Date: Wed, 26 Nov 2025 15:22:54 +0800 Subject: [PATCH] =?UTF-8?q?11-26-=E6=9B=B4=E6=96=B0=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/xzd/XzdSupplierInfoMapper.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/xzd/XzdSupplierInfoMapper.xml b/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/xzd/XzdSupplierInfoMapper.xml index 452d1682..e518752c 100644 --- a/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/xzd/XzdSupplierInfoMapper.xml +++ b/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/xzd/XzdSupplierInfoMapper.xml @@ -8,8 +8,6 @@ SELECT info.id,info.unit_code,info.unit_name,info.unified_social_credit_code, supplement.belonging_organization as sszz, -# settlement.opening_bank as khyh, -# settlement.account_number as khhzh, info.city_code as cityCode, info.shzt as shzt, yhxx.open_bank as khyh, @@ -23,7 +21,6 @@ supplement.responsible_salesman as fgywy, supplement.supplier_status as gyszt, (select ct.customer_type from (select info.id,ti.type,ti.primary_class,ti.customertype_id,info.unit_code from xzd_customertype_info ti left join xzd_supplier_info info on ti.customerinformation_id = info.id and ti.type like '2' where info.id is not NULL) as temp left join xzd_customertype ct on temp.customertype_id = ct.id where temp.id = info.id and temp.primary_class like '1') as gyslx, - # type.customer_type as gyslx, supplement.supplier_level as gysdj, info.is_group_supplier as isGroupSupplier, info.is_blacklist as isBlacklist, @@ -104,9 +101,6 @@ ORDER BY info.create_time DESC - - -