From 3fcfd57b111a793e657a6c74a8f0b134d4f58a01 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期二, 22 十月 2024 09:03:02 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/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