|
@@ -555,7 +555,7 @@ public class AppBigDataController extends VisuBaseService {
|
|
|
@ApiOperation(value = "根据部门id获取通讯录列表", notes = "根据部门id获取通讯录列表")
|
|
|
@GetMapping("/getCommunicationByDeptId")
|
|
|
public AjaxResult getCommunicationByDeptId(String deptId, int pageNum, int pageSize, String selectParam) {
|
|
|
- return remoteDataBaseService.getCommunicationByDeptId(deptId, selectParam, pageNum, pageSize);
|
|
|
+ return remoteSystemBaseService.getCommunicationByDeptId(deptId, selectParam, pageNum, pageSize);
|
|
|
}
|
|
|
|
|
|
/**
|