TASK:aida redesign不修改位置信息√接口修改;
This commit is contained in:
@@ -300,9 +300,9 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> 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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user