|
|
@ -345,7 +345,6 @@ public class SysUserController extends BaseController {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 变更工厂数据源
|
|
|
|
* 变更工厂数据源
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@RequiresPermissions("system:user:changePoolName")
|
|
|
|
|
|
|
|
@PutMapping("/changePoolName")
|
|
|
|
@PutMapping("/changePoolName")
|
|
|
|
public AjaxResult changePoolName(@RequestBody SysUser user) {
|
|
|
|
public AjaxResult changePoolName(@RequestBody SysUser user) {
|
|
|
|
String username = SecurityUtils.getUsername();
|
|
|
|
String username = SecurityUtils.getUsername();
|
|
|
|