From 2fdba2c9e79c0276a237c466b2e3985dec6e0141 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 22 五月 2026 11:11:57 +0800
Subject: [PATCH] fix: 质量统计数据统计错误
---
src/main/java/com/ruoyi/basic/pojo/SupplierManage.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java b/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
index fa10c92..cb32b58 100644
--- a/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
+++ b/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
@@ -20,6 +20,11 @@
@Excel(name = "渚涘簲鍟嗗悕绉�")
private String supplierName;
+ @Schema(description = "渚涘簲鍟嗙被鍨�")
+ @TableField(value = "supplier_type")
+ @Excel(name = "渚涘簲鍟嗙被鍨�")
+ private String supplierType;
+
@Schema(description = "绾崇◣浜鸿瘑鍒彿")
@Excel(name = "绾崇◣浜鸿瘑鍒彿")
private String taxpayerIdentificationNum;
@@ -79,10 +84,6 @@
@Schema(description = "绉熸埛ID")
@TableField(fill = FieldFill.INSERT)
private Long tenantId;
-
- @Schema(description = "渚涘簲鍟嗙被鍨�")
- @TableField(value = "supplier_type")
- private String supplierType;
@TableField(fill = FieldFill.INSERT)
private Long deptId;
--
Gitblit v1.9.3