From 55ae3ecf902c7b384675d0c137da336bf2831275 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 30 四月 2024 17:01:39 +0800
Subject: [PATCH] 修改停用bug

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java
index bd641c2..e09c47e 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java
@@ -44,6 +44,6 @@
     @Excel(name = "瑙勫垯鏉冮噸")
     @TableField("weight")
     private BigDecimal weight;
-
+    @TableField(exist = false)
     private String checkRuleName;
 }

--
Gitblit v1.8.0