|
|
@@ -793,9 +793,9 @@ public class SecondGoodsServiceImpl extends ServiceImpl<SecondGoodsMapper, Secon
|
|
|
return;
|
|
|
}
|
|
|
// 审核通过后上架商品
|
|
|
-// approveAndListGoods(goods);
|
|
|
+ approveAndListGoods(goods);
|
|
|
// 开始第二轮审核
|
|
|
- boolean b = secondGoodsAuditService.performSecondRoundReview(goods, goodsDTO);
|
|
|
+// boolean b = secondGoodsAuditService.performSecondRoundReview(goods, goodsDTO);
|
|
|
|
|
|
// 检查用户是否在24小时内发布同类商品超过阈值
|
|
|
if (!checkUserPublishSameCategoryLimit(goods)) {
|