更新统计中心的运营商下拉框数据获取

This commit is contained in:
panshulin 2021-11-25 15:17:51 +08:00
parent 5ad4b29795
commit 9acac74f9b

View File

@ -349,7 +349,7 @@ public class XhpcStatisticsServiceImpl implements IXhpcStatisticsService {
} }
} }
}else{ }else{
AjaxResult.success(xhpcStatisticsServiceMapper.getOperatorList(operatorId, logUserId, 0)); return AjaxResult.success(xhpcStatisticsServiceMapper.getOperatorList(operatorId, logUserId, 0));
} }
return AjaxResult.success(); return AjaxResult.success();
} }