|
|
@@ -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;
|
|
|
}
|