BUGFIX: 系统模特高宽;

This commit is contained in:
shahaibo
2023-11-01 17:30:52 +08:00
parent 78678efd5d
commit dbc8c7dcf5
2 changed files with 52 additions and 1 deletions

View File

@@ -523,7 +523,7 @@ public class CollectionElementServiceImpl extends ServiceImpl<CollectionElementM
} else if (designDTO.getModelType().equals(ModelType.SYSTEM.getValue())) {
SysFileVO byId = sysFileService.getById(designDTO.getTemplateId());
LibraryModelPoint modelPoint = libraryModelPointService.getByRelationId(byId.getId(), designDTO.getModelType());
elementVO.setDesignLibraryModelPoint(calculateTemplatePointTemplate(modelPoint, 1050, 500, byId.getUrl()));
elementVO.setDesignLibraryModelPoint(calculateTemplatePointTemplate(modelPoint, 700, 320, byId.getUrl()));
}
elementVO.setModelSex(designDTO.getModelSex());
return elementVO;