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 - - -