合并最新
This commit is contained in:
@@ -42,7 +42,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
{
|
||||
ReportPath = Request.Params["ReportPath"];
|
||||
WebReport1.StartReport += WebReport1_StartReport;
|
||||
if (dataTables.Count > 0)
|
||||
if (dataTables!=null&&dataTables.Count > 0)
|
||||
{
|
||||
for (int i = 0; i < dataTables.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user