fix:同步利元亨用户岗位数据

This commit is contained in:
2026-02-02 17:58:13 +08:00
parent 38048f94e0
commit 17288f9f21
12 changed files with 171 additions and 102 deletions

View File

@@ -17,6 +17,6 @@ public interface RemoteSpdmService {
void initNewTenant(@RequestParam Long tenantId);
@PostMapping("/honeycom-spdm/spdm-tenant/queryUserList")
R<List<LyricUserDto>> queryUserList(@RequestParam String workType);
R<List<LyricUserDto>> queryUserList(@RequestParam(required = false) String workType);
}