From 8fa79a6bed917714a819567a8cfb5bef2dd25e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 30 Oct 2024 12:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E7=A7=9F=E6=88=B7?= =?UTF-8?q?=E9=99=90=E5=88=B6=20sys=5Fcompany=5Fcontent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/gxwebsoft/common/core/config/MybatisPlusConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/gxwebsoft/common/core/config/MybatisPlusConfig.java b/src/main/java/com/gxwebsoft/common/core/config/MybatisPlusConfig.java index a45fd33..be98acb 100644 --- a/src/main/java/com/gxwebsoft/common/core/config/MybatisPlusConfig.java +++ b/src/main/java/com/gxwebsoft/common/core/config/MybatisPlusConfig.java @@ -101,7 +101,8 @@ public class MybatisPlusConfig { "cms_product", "cms_product_url", "cms_product_spec", - "cms_product_spec_value" + "cms_product_spec_value", + "sys_company_content" ).contains(tableName); } };