nnnn
This commit is contained in:
@@ -64,7 +64,9 @@ public class IpBlackController extends BaseController {
|
||||
@RepeatSubmit()
|
||||
@PostMapping()
|
||||
public R<Void> add(@Validated(AddGroup.class) @RequestBody IpBlack bo) {
|
||||
return toAjax(ipBlackService.save(bo));
|
||||
bo.setEnableStatus(1);
|
||||
ipBlackService.saveIp(bo);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user