fix:修复获取员工名称列表Bug

This commit is contained in:
嘉多宝宝 2026-01-19 10:23:15 +08:00
parent a5c87016e2
commit 3053430c83

View File

@ -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) {