Commit 7c9fd239 authored by hanfeng's avatar hanfeng

客户管理

parent 9bdda6d7
......@@ -34,7 +34,7 @@ public class AppStaffUserController extends BaseController<AppStaffUserBiz, AppS
* @return
* @throws Exception
*/
@GetMapping("/all")
@GetMapping("/getAll")
public ObjectRestResponse<List<AppStaffUser>> getAll() throws Exception {
AppUserDTO userDTO = (AppUserDTO) publicController.userDetailByToken(authConfig.getToken(request)).getData();
if (POSITION_NAME.equals(userDTO.getPositionName())) {
......
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