|
@@ -62,7 +62,6 @@ public class WeatherController {
|
|
public R<Boolean> updateWeatherById(@RequestBody WeatherInfo weatherInfo){
|
|
public R<Boolean> updateWeatherById(@RequestBody WeatherInfo weatherInfo){
|
|
//记录修改时间及修改人
|
|
//记录修改时间及修改人
|
|
setUserData(weatherInfo, true);
|
|
setUserData(weatherInfo, true);
|
|
-
|
|
|
|
return R.status(this.weatherInfoService.updateById(weatherInfo));
|
|
return R.status(this.weatherInfoService.updateById(weatherInfo));
|
|
}
|
|
}
|
|
|
|
|