Compare commits
4 Commits
3bfed2ce99
...
3053430c83
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3053430c83 | ||
|
|
a5c87016e2 | ||
| 62821d1ae4 | |||
| 0b9a2cf1a5 |
@ -61,7 +61,7 @@ public class AdminAgentEmployeeRelationController {
|
||||
}
|
||||
|
||||
@Operation(summary = "根据代理商ID获取员工列表")
|
||||
@GetMapping("/by-agent/{agentId}")
|
||||
@PostMapping("/by-agent/{agentId}")
|
||||
@SaCheckPermission("mp:admin:agent:employee:by-agent")
|
||||
public ResultBean<PageListBean<AgentEmployeeRelationResp>> getByAgent(@PathVariable Integer agentId,
|
||||
@RequestBody @Validated AgentEmployeeRelationQueryReq query) {
|
||||
|
||||
@ -36,7 +36,7 @@ import java.util.List;
|
||||
@EncryptionAnnotation
|
||||
@DecryptionAnnotation
|
||||
@RequiredArgsConstructor
|
||||
public class AppAgentActivityParticipantController {
|
||||
public class AppAgentActivityRelationController {
|
||||
|
||||
private final IAppAgentActivityParticipantService agentActivityParticipantService;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user