From c6c31238eb870b5bc9bf0765edd439e9896919da Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Tue, 22 Jul 2025 10:20:37 +0800
Subject: [PATCH] 修复minio下载预览地址
---
multi-system/src/main/resources/mapper/system/SupplierSureMapper.xml | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/multi-system/src/main/resources/mapper/system/SupplierSureMapper.xml b/multi-system/src/main/resources/mapper/system/SupplierSureMapper.xml
index 33283ad..dc6d84c 100644
--- a/multi-system/src/main/resources/mapper/system/SupplierSureMapper.xml
+++ b/multi-system/src/main/resources/mapper/system/SupplierSureMapper.xml
@@ -8,12 +8,11 @@
ss.`company_id`,
sc.`name` AS company_name,
ss.`supplier_name`,
- ss.`supplier_type`,
+ ss.`supplier_addr`,
+ ss.`merito`,
ss.`user`,
ss.`phone`,
- ss.`emil`,
- ss.`merito`,
- ss.`content`,
+ ss.`remark`,
ss.`del_flag`,
ss.`create_by`,
ss.`create_time`,
--
Gitblit v1.9.2