订单类型,名称变更

This commit is contained in:
2025-02-26 13:43:44 +08:00
parent e199e0e57b
commit 99f5adf841
12 changed files with 57 additions and 17 deletions

View File

@@ -153,7 +153,7 @@ public class AppScenicServiceImpl implements AppScenicService {
List<SourceRespVO> sourceList = sourceMapper.queryByRelation(sourceReqQuery);
ContentPageVO sourceVideoContent = new ContentPageVO();
ContentPageVO sourceImageContent = new ContentPageVO();
sourceVideoContent.setName("原片");
sourceVideoContent.setName("录像");
sourceImageContent.setName("照片集");
sourceVideoContent.setScenicId(faceRespVO.getScenicId());
sourceImageContent.setScenicId(faceRespVO.getScenicId());

View File

@@ -116,7 +116,7 @@ public class GoodsServiceImpl implements GoodsService {
goodsPageVO.setTemplateCoverUrl(goods.get(0).getUrl());
goodsPageVO.setFaceId(faceId);
if (type == 1) {
goodsPageVO.setGoodsName("原片");
goodsPageVO.setGoodsName("录像");
goodsPageVO.setGoodsType(1);
} else {
goodsPageVO.setGoodsName("照片集");