From 56a1d995bef593b7716704d44f4edb106ad326d3 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期二, 22 十月 2024 16:07:55 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/src/main/java/com/example/erp/service/pp/TagStyleService.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/service/pp/TagStyleService.java b/north-glass-erp/src/main/java/com/example/erp/service/pp/TagStyleService.java
index d1ebcac..7ceda70 100644
--- a/north-glass-erp/src/main/java/com/example/erp/service/pp/TagStyleService.java
+++ b/north-glass-erp/src/main/java/com/example/erp/service/pp/TagStyleService.java
@@ -41,4 +41,10 @@
     public TagStyle getTagById(Integer id) {
         return tagStyleMapper.selectById(id);
     }
+
+    public Boolean addTag(TagStyle tagStyle) {
+
+        tagStyle.setId(null);
+        return tagStyleMapper.insert(tagStyle)>0;
+    }
 }

--
Gitblit v1.8.0