|
@@ -214,7 +214,7 @@ public class UserController {
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiOperation(value = "调用同步用户接口", notes = "调用同步用户接口方法")
|
|
|
- @RequestMapping("/getSyncDeptJson")
|
|
|
+ @RequestMapping("/getSyncUserJson")
|
|
|
@ResponseBody
|
|
|
public HttpRespMsg getSyncUserJson(String loginUser, String token, HttpServletRequest request) throws ServiceException {
|
|
|
HttpRespMsg msg = new HttpRespMsg();
|