TASK:模块化;

This commit is contained in:
shahaibo
2025-04-23 10:25:02 +08:00
parent 2d1d458929
commit 5913445257

View File

@@ -1913,7 +1913,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
threeDModuleMapper.insert(threeDModule); threeDModuleMapper.insert(threeDModule);
}else { }else {
ThreeDModule threeDModule = threeDModuleList.get(0); ThreeDModule threeDModule = threeDModuleList.get(0);
if (!Objects.equals(moduleSaveDTO.getPatternMaking3D(), threeDModule.getThreeDSimpleId())) { if (!Objects.equals(patternMaking3D.getThreeDSimpleId(), threeDModule.getThreeDSimpleId())) {
threeDModule.setThreeDSimpleId(patternMaking3D.getThreeDSimpleId()); threeDModule.setThreeDSimpleId(patternMaking3D.getThreeDSimpleId());
threeDModule.setX(patternMaking3D.getX()); threeDModule.setX(patternMaking3D.getX());
threeDModule.setY(patternMaking3D.getY()); threeDModule.setY(patternMaking3D.getY());