zoujiajian 2 лет назад
Родитель
Сommit
6051ff9ab0

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/goods/GoodsDonController.java

@@ -292,7 +292,7 @@ public class GoodsDonController {
      */
     @GetMapping("/get/{id}")
     public Result<? extends Object> getDetail(@PathVariable Long id, String customId) {
-        if (StrUtil.isNotBlank(customId)) {
+        if (StrUtil.isNotBlank(customId) && id != 15) {
             Result<YhShopGoodsFrontView> yhShopGoodsDetail = getGoodsDetailByYhsId(yhShopFrontService.getYhsIdByCustomId(customId), id);
             return yhShopGoodsDetail;
         }