添加“单模版成片任务查询”接口

This commit is contained in:
longbinbin
2024-12-11 09:32:55 +08:00
parent 3b94b34cf6
commit 3c502c600c
6 changed files with 39 additions and 6 deletions

View File

@@ -278,6 +278,7 @@ public class OrderServiceImpl implements OrderService {
OrderItemVO itemVO = orderItemList.get(NumberConstant.ZERO);
orderAppRespVO.setScenicName(itemVO.getScenicName());
orderAppRespVO.setGoodsName(itemVO.getGoodsName());
orderAppRespVO.setSourceType(itemVO.getSourceType());
}
return ApiResponse.success(orderAppRespVO);
}