增加围栏Aop日志打印
parent
062629d9a1
commit
c686243244
|
@ -62,6 +62,7 @@ public class FenceController {
|
|||
public Result<String> updateFence(@RequestBody @Validated Fence fence){
|
||||
//编辑电子围栏信息
|
||||
fenceService.updateById(fence);
|
||||
|
||||
return Result.success();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue