|
@@ -293,7 +293,7 @@ public class CameraServiceImpl extends ServiceImpl<ICameraMapper, Camera> implem
|
|
|
detailEntity.setType(CameraTypeEnum.DOUBLE_EYE_TURN.getType());
|
|
|
//商品类型,type:1为8目,type:2为双目 3:为转台
|
|
|
detailEntity.setGoodsId((long) CameraTypeEnum.DOUBLE_EYE_TURN.getType());
|
|
|
- detailEntity.setTotalSpace(Long.valueOf(Constant.CAMERA_BASE_SPACE_VALUE));
|
|
|
+ detailEntity.setTotalSpace(Long.parseLong(Constant.CAMERA_BASE_SPACE_VALUE) * 10);
|
|
|
detailEntity.setUsedSpace(0L);
|
|
|
detailEntity.setRecStatus("A");
|
|
|
detailEntity.setCreateTime(DateUserUtil.getDate(new Date()));
|