Commit 7ff393a1 by Jony.L

删除无用的方法

parent 97b6a8fc
......@@ -85,11 +85,4 @@ public interface ResourceSpuService {
*/
List<ResourceSpuDO> getOnlineResourceSpuList();
/**
* 更新SPU销量和库存(支付成功后调用)
*
* @param spuId SPU编号
*/
void updateSalesAndStock(Long spuId);
}
\ No newline at end of file
......@@ -135,5 +135,4 @@ public class ResourceSpuServiceImpl implements ResourceSpuService {
.eq(ResourceSpuDO::getDeleted, NOT_DELETED.getValue());
return resourceSpuMapper.selectList(wrapper);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment