From 832688e48b3b6351ba3cd9ba490d9de0ab83e2fe Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期三, 08 一月 2025 12:15:11 +0800
Subject: [PATCH] 固定列错位,默认隐藏搜索框,图标修改回显,调整页面

---
 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/OsActionServiceImpl.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/OsActionServiceImpl.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/OsActionServiceImpl.java
index 0a8fec3..6661629 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/OsActionServiceImpl.java
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/OsActionServiceImpl.java
@@ -241,6 +241,7 @@
         plAction.plModifyUser = WebUtil.getCurrentUserId();
         plAction.plActionCls = StringUtils.defaultString(dto.getPlActionCls());
         plAction.plTypeType = StringUtils.defaultString(dto.getPlTypeType());
+        plAction.plImage = StringUtils.defaultString(dto.getPlImage());
         boolean b = platformClientUtil.getUIService().savePLAction(plAction);
         if(!b){
             throw new PLException("500", new String[]{"淇濆瓨澶辫触锛侊紒"});
@@ -274,6 +275,7 @@
         plAction.plModifyUser = WebUtil.getCurrentUserId();
         plAction.plActionCls = StringUtils.defaultString(dto.getPlActionCls());
         plAction.plTypeType = StringUtils.defaultString(dto.getPlTypeType());
+        plAction.plImage = StringUtils.defaultString(dto.getPlImage());
         boolean b = platformClientUtil.getUIService().updatePLAction(plAction);
         if(!b){
             throw new PLException("500", new String[]{"淇敼澶辫触锛侊紒"});
@@ -299,6 +301,7 @@
         plAction.plModifyUser = WebUtil.getCurrentUserId();
         plAction.plActionCls = StringUtils.defaultString(dto.getPlActionCls());
         plAction.plTypeType = StringUtils.defaultString(dto.getPlTypeType());
+        plAction.plImage = StringUtils.defaultString(dto.getPlImage());
         boolean b = platformClientUtil.getUIService().deletePLAction(plAction);
         if(!b){
             throw new PLException("500", new String[]{"鍒犻櫎澶辫触锛侊紒"});

--
Gitblit v1.9.3