fix:同步利元亨用户岗位数据
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user