Commit 37ea0c8d authored by hanfeng's avatar hanfeng

Merge branch 'master-customer-management' into dev

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