From 94f452cff44cf83cc35e2fd427c3f136ffaada84 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 18 五月 2026 16:32:21 +0800
Subject: [PATCH] 新增编辑销售合同号,可以自动生成,也可自定义

---
 src/main/resources/mapper/basic/SupplierManageMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/basic/SupplierManageMapper.xml b/src/main/resources/mapper/basic/SupplierManageMapper.xml
index 87688e1..e17554a 100644
--- a/src/main/resources/mapper/basic/SupplierManageMapper.xml
+++ b/src/main/resources/mapper/basic/SupplierManageMapper.xml
@@ -4,7 +4,7 @@
 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.ruoyi.basic.mapper.SupplierManageMapper">
 
-    <select id="supplierListPage" resultType="com.ruoyi.basic.dto.SupplierManageDto">
+    <select id="supplierListPage" resultType="com.ruoyi.basic.pojo.SupplierManage">
         SELECT
         T1.id,
         T1.supplier_name,
@@ -41,6 +41,7 @@
         SELECT
         T1.id,
         T1.supplier_name,
+        T1.supplier_type,
         T1.taxpayer_identification_num,
         T1.company_address,
         T1.company_phone,

--
Gitblit v1.9.3