diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/BusinessQueryReport.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/BusinessQueryReport.jsp index c74ed8b4f..57350dcae 100644 --- a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/BusinessQueryReport.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/BusinessQueryReport.jsp @@ -94,7 +94,7 @@ tempParam["CurOrgId"]="<%=CurUser.getOrgID()%>"; tempParam["fileSavePath"]="<%=CurConfig.getConfigure("FileSavePath")%>"; - param["templateParam"]=JSON.stringify(tempParam).replace(/,/g,"@");//生成模板的参数据 测试commit12 + param["templateParam"]=JSON.stringify(tempParam).replace(/,/g,"@");//生成模板的参数据 测试commit136522 for(var key in param){ if(sparam.length>0){sparam+=",";} sparam+=key+"="+param[key];