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