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()); }