修改管理账号
This commit is contained in:
parent
28acec92ee
commit
25da6b3fe0
|
|
@ -53,13 +53,13 @@ public class TbPromotionMaterial extends BaseEntity
|
|||
private Long createUser;
|
||||
|
||||
@Excel(name = "创建人")
|
||||
private Long createUserName;
|
||||
private String createUserName;
|
||||
|
||||
/** 修改人 */
|
||||
private Long updateUser;
|
||||
|
||||
@Excel(name = "创建人")
|
||||
private Long updateUserName;
|
||||
private String updateUserName;
|
||||
|
||||
/** 产品名称(通过,拼接) */
|
||||
@Excel(name = "产品名称(通过,拼接)")
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ public class GenController extends BaseController
|
|||
/**
|
||||
* 创建表结构(保存)
|
||||
*/
|
||||
@PreAuthorize("@ss.hasRole('admin')")
|
||||
@PreAuthorize("@ss.hasRole('!Admin')")
|
||||
@Log(title = "创建表", businessType = BusinessType.OTHER)
|
||||
@PostMapping("/createTable")
|
||||
public AjaxResult createTableSave(String sql)
|
||||
|
|
|
|||
Loading…
Reference in New Issue