|
@@ -272,7 +272,6 @@ public class HotelServiceImpl extends ServiceImpl<HotelMapper, HotelEntity> impl
|
|
|
HashMap<String, Object> result = new HashMap<>();
|
|
|
result.put("size", rows.size());
|
|
|
result.put("filePath", filePath);
|
|
|
-
|
|
|
return Result.success(result);
|
|
|
}
|
|
|
|