TASK:aida redesign不修改位置信息√接口修改;
This commit is contained in:
@@ -300,9 +300,9 @@ public class DesignServiceImpl extends ServiceImpl<DesignMapper, Design> impleme
|
|||||||
}else {
|
}else {
|
||||||
collectionId = collectionIdParam;
|
collectionId = collectionIdParam;
|
||||||
Collection byId = collectionService.getById(collectionIdParam);
|
Collection byId = collectionService.getById(collectionIdParam);
|
||||||
if (!designDTO.getMoodboardPostion().equals(byId.getMoodboardPosition())) {
|
// if (!designDTO.getMoodboardPostion().equals(byId.getMoodboardPosition())) {
|
||||||
byId.setMoodboardPosition(designDTO.getMoodboardPostion());
|
// byId.setMoodboardPosition(designDTO.getMoodboardPostion());
|
||||||
}
|
// }
|
||||||
if (!designDTO.getMoodTemplateId().equals(byId.getMoodTemplateId())) {
|
if (!designDTO.getMoodTemplateId().equals(byId.getMoodTemplateId())) {
|
||||||
byId.setMoodTemplateId(designDTO.getMoodTemplateId());
|
byId.setMoodTemplateId(designDTO.getMoodTemplateId());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user