fix:修复获取员工名称列表Bug
This commit is contained in:
parent
a5c87016e2
commit
3053430c83
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user