This commit is contained in:
2021-11-19 01:02:53 +00:00
parent 30e04de855
commit d3047679e3

View File

@@ -384,6 +384,13 @@ namespace AyaNova.Biz
{
var log = AyaNova.Util.ApplicationLogging.CreateLogger("ReportBiz::RenderReport");
//Customer User Report?
if(reportRequest.ReportId==-100){
//get the user data and set the actual report id or return null if not found
HERE NEXT
}
//get report, vet security, see what we need before init in case of issue
var report = await ct.Report.FirstOrDefaultAsync(z => z.Id == reportRequest.ReportId);
if (report == null)