Commit ce219f99 authored by hanfeng's avatar hanfeng

修改客户管理

parent a7eb3725
...@@ -24,7 +24,7 @@ public class AppStaffUser { ...@@ -24,7 +24,7 @@ public class AppStaffUser {
@Column(name = "su_id") @Column(name = "su_id")
@ApiModelProperty("员工app账号id") @ApiModelProperty("员工app账号id")
private Integer suId; private Integer suId;
@Column(name = "su_id") @Column(name = "su_phone")
@ApiModelProperty("员工手机号") @ApiModelProperty("员工手机号")
private String suPhone; private String suPhone;
@Column(name = "u_name") @Column(name = "u_name")
......
...@@ -27,7 +27,6 @@ import java.util.List; ...@@ -27,7 +27,6 @@ import java.util.List;
public class AppStaffUserBiz extends BaseBiz<AppStaffUserMapper, AppStaffUser> { public class AppStaffUserBiz extends BaseBiz<AppStaffUserMapper, AppStaffUser> {
private final AppUserDetailBiz appUserDetailBiz; private final AppUserDetailBiz appUserDetailBiz;
private final Integer POSITION_ID=4; private final Integer POSITION_ID=4;
private final AppUserLoginBiz appUserLoginBiz;
public List<AppStaffUser> getAll(Integer id, String username) { public List<AppStaffUser> getAll(Integer id, String username) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment