fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandClassShopServiceImpl.java
@@ -212,6 +212,14 @@ } } @Override public void deleteBatchByClassId(List<Long> list) { if (list == null || list.size() == 0) { return; } brandClassShopMapper.deleteBatchByClassId(list); } @Override public void updateOrder(Long id, Integer moveType) throws BrandClassShopException, Exception{