From 28e67db78d80af5ef00560810698a9aac9a69a4a Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Mon, 30 Sep 2024 15:41:29 +0800 Subject: [PATCH] =?UTF-8?q?TASK:aida=20redesign=E4=B8=8D=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=E2=88=9A=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=BF=AE=E6=94=B9;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ai/da/service/impl/DesignServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java b/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java index 53446908..b3bc5505 100644 --- a/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java +++ b/src/main/java/com/ai/da/service/impl/DesignServiceImpl.java @@ -300,9 +300,9 @@ public class DesignServiceImpl extends ServiceImpl impleme }else { collectionId = collectionIdParam; Collection byId = collectionService.getById(collectionIdParam); - if (!designDTO.getMoodboardPostion().equals(byId.getMoodboardPosition())) { - byId.setMoodboardPosition(designDTO.getMoodboardPostion()); - } +// if (!designDTO.getMoodboardPostion().equals(byId.getMoodboardPosition())) { +// byId.setMoodboardPosition(designDTO.getMoodboardPostion()); +// } if (!designDTO.getMoodTemplateId().equals(byId.getMoodTemplateId())) { byId.setMoodTemplateId(designDTO.getMoodTemplateId()); }