This commit is contained in:
2020-09-01 18:16:13 +00:00
parent 84a8b7f05a
commit dcc86dc90f
3 changed files with 94 additions and 151 deletions

View File

@@ -230,7 +230,6 @@ namespace AyaNova.Api.Controllers
reportData = await biz.GetReportData(reportDataParam.ObjectType, rowIds);
}
if (reportData == null)
return BadRequest(new ApiErrorResponse(biz.Errors));
else