TASK:模块化;
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user