From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/lable/LabelGoodsService.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/LabelGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/LabelGoodsService.java index 0a893d2..a49ab07 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/LabelGoodsService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/lable/LabelGoodsService.java @@ -65,9 +65,9 @@ public Long getRelationNum(Long labelId) throws LabelGoodsException; - public Long isExistence(Long goodsId, Long labId); + public Long isExistence(String goodsId, Long labId); - public int deleteByGoodsIdAndLabId(Long goodsId, Long labId); + public int deleteByGoodsIdAndLabId(String goodsId, Long labId); /** * 鏌ヨ鍟嗗搧瀵瑰簲鏍囩 --鍒嗛〉 @@ -78,9 +78,9 @@ * @return * @throws LabelClassException */ - public List<LabelGoods> queryByGoodsId(int start, int count, Long goodsId) throws LabelClassException; + public List<LabelGoods> queryByGoodsId(int start, int count, String goodsId) throws LabelClassException; - public int getCountQueryByGoodsId(Long goodsId); + public int getCountQueryByGoodsId(String goodsId); /** @@ -88,7 +88,7 @@ * @param goodsId * @return */ - public int getCountByGoodsId(Long goodsId); + public int getCountByGoodsId(String goodsId); /** @@ -107,7 +107,7 @@ * @param admin * @throws Exception */ - public void batchGoodsAddLables(List<Long> goodsIdList, List<Long> labIdList, AdminUser admin) throws Exception; + public void batchGoodsAddLables(List<String> goodsIdList, List<Long> labIdList, AdminUser admin) throws Exception; /** * 鍗曚釜鍟嗗搧璐存爣绛� @@ -116,6 +116,6 @@ * @param admin * @throws Exception */ - public void singleGoodsAddLables(Long goodsId, List<Long> labIdList, AdminUser admin) throws Exception; + public void singleGoodsAddLables(String goodsId, List<Long> labIdList, AdminUser admin) throws Exception; } -- Gitblit v1.8.0