BUGFIX:系统模特高宽默认1050 500;
This commit is contained in:
@@ -468,7 +468,7 @@ public class CollectionElementServiceImpl extends ServiceImpl<CollectionElementM
|
|||||||
if (Objects.isNull(modelPoint)) {
|
if (Objects.isNull(modelPoint)) {
|
||||||
throw new BusinessException("error modelPoint get");
|
throw new BusinessException("error modelPoint get");
|
||||||
}
|
}
|
||||||
elementVO.setDesignLibraryModelPoint(calculateTemplatePointTemplate(modelPoint,byId.getHigh(),byId.getWidth(),byId.getUrl()));
|
elementVO.setDesignLibraryModelPoint(calculateTemplatePointTemplate(modelPoint,1050,500,byId.getUrl()));
|
||||||
}
|
}
|
||||||
}else {
|
}else {
|
||||||
throw new BusinessException("templateId or modelType can't be null");
|
throw new BusinessException("templateId or modelType can't be null");
|
||||||
|
|||||||
Reference in New Issue
Block a user