|
|
|
@@ -126,8 +126,8 @@ public class WorkspaceServiceImpl implements WorkspaceService { |
|
|
|
}else { |
|
|
|
LoginUser loginUser = SecurityUtils.getLoginUser(); |
|
|
|
image.setCreateBy(loginUser.getUsername()); |
|
|
|
image.setImageType(Constant.Image_Type_Pri); |
|
|
|
} |
|
|
|
image.setImageType(Constant.Image_Type_Pub); |
|
|
|
Integer imageCount = (int) this.imageDao.count(image); |
|
|
|
assetCountMap.put("image", imageCount); |
|
|
|
//统计组件数量 |
|
|
|
|