|
|
@@ -5,6 +5,7 @@ import java.util.HashMap; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
import com.ffii.fpsms.modules.user.entity.projections.UserCombo; |
|
|
|
import com.ffii.fpsms.modules.user.service.pojo.UserRecord; |
|
|
|
import org.apache.commons.logging.Log; |
|
|
|
import org.apache.commons.logging.LogFactory; |
|
|
@@ -72,6 +73,11 @@ public class UserController{ |
|
|
|
return ResponseEntity.ok(userService.search(req)); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/escalation-combo") |
|
|
|
public ResponseEntity<List<UserCombo>> escalationCombo() { |
|
|
|
return ResponseEntity.ok(userService.getEscalationCombo()); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/name-list") |
|
|
|
public ResponseEntity<List<Map<String, Object>>> namelist() { |
|
|
|
SearchUserReq req = new SearchUserReq(); |
|
|
|