From 7166584366406c107c3e46560580765f2db4cd5c Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 04 Jun 2026 10:21:17 +0800
Subject: [PATCH] 1

---
 src/main/java/com/nq/service/impl/SiteProductServiceImpl.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/nq/service/impl/SiteProductServiceImpl.java b/src/main/java/com/nq/service/impl/SiteProductServiceImpl.java
index 544d294..d49aa24 100644
--- a/src/main/java/com/nq/service/impl/SiteProductServiceImpl.java
+++ b/src/main/java/com/nq/service/impl/SiteProductServiceImpl.java
@@ -28,7 +28,6 @@
         if (dbproduct == null) {
             return ServerResponse.createByErrorMsg("不存在产品设置记录");
         }
-
         int updateCount = this.siteProductMapper.updateByPrimaryKeySelective(siteProduct);
         if (updateCount > 0) {
             return ServerResponse.createBySuccessMsg("修改成功");

--
Gitblit v1.9.3