zxl
2025-10-23 328105ebdbb82a923c2a02ed01786c129a4aacb1
manager-api/src/main/java/cn/lili/controller/order/OrderManagerController.java
@@ -139,6 +139,9 @@
            if (StringUtils.isNotBlank(userCheckTemplate.getContent()) && userCheckTemplate.getContent().startsWith("image")){
                userCheckTemplate.setContent(cosUtil.getPreviewUrl(userCheckTemplate.getContent()));
            }
            if (StringUtils.isNotBlank(userCheckTemplate.getChooseImg()) && userCheckTemplate.getChooseImg().startsWith("image")){
                userCheckTemplate.setChooseImg(cosUtil.getPreviewUrl(userCheckTemplate.getChooseImg()));
            }
        }
        orderDetailVO.setUserCheckTemplates(list);
        return ResultUtil.data(orderDetailVO);