【修改】用户查询sql,去除post字段

This commit is contained in:
zer0Black
2021-03-16 15:07:39 +08:00
parent f6893dfd9e
commit a87658be8f
2 changed files with 0 additions and 8 deletions
@@ -125,13 +125,6 @@ public class SysUser implements Serializable {
@Excel(name = "工号", width = 15)
private String workNo;
/**
* 职务,关联职务表
*/
@Excel(name = "职务", width = 15)
@Dict(dictTable ="sys_position",dicText = "name",dicCode = "code")
private String post;
/**
* 座机号
*/
@@ -87,7 +87,6 @@
sys_user.realname AS realname,
sys_user.avatar AS avatar,
sys_user.work_no AS workNo,
sys_user.post AS post,
sys_user.telephone AS telephone,
sys_user.email AS email,
sys_user.phone AS phone,