|
|
|
@ -60,6 +60,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
|
|
|
|
/** |
|
|
|
* 更新产品,并统计更新数量 |
|
|
|
* |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
@ -156,6 +157,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
|
|
|
|
/** |
|
|
|
* map 对象查询 |
|
|
|
* |
|
|
|
* @param gmap 查询对象 |
|
|
|
* @param limit 条目 |
|
|
|
* @return |
|
|
|
@ -185,6 +187,9 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
case "4": |
|
|
|
orderkey = "g.click_count"; |
|
|
|
break; |
|
|
|
default: |
|
|
|
orderkey = "g.id"; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -296,6 +301,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
|
|
|
|
/** |
|
|
|
* 下架操作 |
|
|
|
* |
|
|
|
* @param goodsIsli |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@ -326,6 +332,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
|
|
|
|
/** |
|
|
|
* 委托撤销商品 |
|
|
|
* |
|
|
|
* @param goodsIsli |
|
|
|
* @param reason |
|
|
|
* @param username |
|
|
|
@ -418,6 +425,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
|
|
|
|
/** |
|
|
|
* 移除推荐榜 |
|
|
|
* |
|
|
|
* @param goodsisliArr |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
|