bug 修改
This commit is contained in:
parent
29aa2a2a4a
commit
79a20d3a85
@ -86,7 +86,6 @@ public class CarBrandController {
|
|||||||
|
|
||||||
@GetMapping("/page")
|
@GetMapping("/page")
|
||||||
@Operation(summary = "获得车辆品牌分页")
|
@Operation(summary = "获得车辆品牌分页")
|
||||||
@PreAuthorize("@ss.hasPermission('base:car-brand:query')")
|
|
||||||
public CommonResult<IPage<CarBrandRespVO>> getCarBrandPage(CarBrandReqVO pageReqVO) {
|
public CommonResult<IPage<CarBrandRespVO>> getCarBrandPage(CarBrandReqVO pageReqVO) {
|
||||||
IPage<CarBrandRespVO> pageResult = carBrandService.getCarBrandPage(pageReqVO);
|
IPage<CarBrandRespVO> pageResult = carBrandService.getCarBrandPage(pageReqVO);
|
||||||
return success(pageResult);
|
return success(pageResult);
|
||||||
|
@ -387,7 +387,7 @@ public class RescueDriverInfoServiceImpl extends ServiceImpl<RescueDriverInfoMap
|
|||||||
redissonDelayQueue.removeAllTasks(rescueInfo.getId());
|
redissonDelayQueue.removeAllTasks(rescueInfo.getId());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e.getMessage());
|
log.error(e.getMessage());
|
||||||
throw new Exception("出现异常");
|
throw new Exception(e.getMessage());
|
||||||
} finally {
|
} finally {
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user