|
@@ -299,6 +299,7 @@ public class PoTetherController extends BaseController
|
|
public AjaxResult updateTime(@RequestBody PoTether poTether){
|
|
public AjaxResult updateTime(@RequestBody PoTether poTether){
|
|
|
|
|
|
poTetherService.updateTime(poTether);
|
|
poTetherService.updateTime(poTether);
|
|
|
|
+ poTether.setUpdateTime(new Date());
|
|
return AjaxResult.success("修改时间成功");
|
|
return AjaxResult.success("修改时间成功");
|
|
}
|
|
}
|
|
|
|
|