|
|
@@ -65,7 +65,7 @@ public class FosterwxStationController extends BaseController<FosterwxStation> {
|
|
|
if (bindingResult.hasErrors()) {
|
|
|
return AjaxResult.error(HttpStatus.ERROR, bindingResult.getFieldError().getDefaultMessage());
|
|
|
}
|
|
|
- FosterwxStation oldVO = fosterwxStationService.getById(editHandle.getRaw().getId());
|
|
|
+ FosterwxStation oldVO = fosterwxStationService.getById(editHandle.getIds());
|
|
|
|
|
|
// 判断站点名是否存在
|
|
|
LambdaQueryWrapper<FosterwxStation> fosterwxStationLambdaQueryWrapper = new LambdaQueryWrapper<>();
|