|
@@ -8,7 +8,6 @@ import javax.annotation.Resource;
|
|
|
import javax.validation.Valid;
|
|
import javax.validation.Valid;
|
|
|
|
|
|
|
|
import org.springframework.beans.BeanUtils;
|
|
import org.springframework.beans.BeanUtils;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.validation.BindingResult;
|
|
import org.springframework.validation.BindingResult;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -32,7 +31,6 @@ import com.goafanti.common.utils.DateUtils;
|
|
|
import com.goafanti.common.utils.PasswordUtil;
|
|
import com.goafanti.common.utils.PasswordUtil;
|
|
|
import com.goafanti.common.utils.StringUtils;
|
|
import com.goafanti.common.utils.StringUtils;
|
|
|
import com.goafanti.core.shiro.token.TokenManager;
|
|
import com.goafanti.core.shiro.token.TokenManager;
|
|
|
-import com.goafanti.easemob.EasemobUtils;
|
|
|
|
|
import com.goafanti.user.bo.InputUser;
|
|
import com.goafanti.user.bo.InputUser;
|
|
|
import com.goafanti.user.bo.InputUserIdentity;
|
|
import com.goafanti.user.bo.InputUserIdentity;
|
|
|
import com.goafanti.user.service.OrgHumanResourceService;
|
|
import com.goafanti.user.service.OrgHumanResourceService;
|
|
@@ -59,8 +57,6 @@ public class AdminApiController extends CertifyApiController {
|
|
|
private PasswordUtil passwordUtil;
|
|
private PasswordUtil passwordUtil;
|
|
|
@Resource
|
|
@Resource
|
|
|
private AdminService adminService;
|
|
private AdminService adminService;
|
|
|
- @Autowired
|
|
|
|
|
- EasemobUtils easemobUtils;
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 获取营销员及营销经理下拉
|
|
* 获取营销员及营销经理下拉
|