From db5aa2e0341b7ccee5c403de6bb1d2bcfa417660 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 21 Oct 2020 16:47:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B4=A6=E5=8F=B7commit=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/RentCollection/rentcollection/BusinessQueryReport.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/BusinessQueryReport.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/BusinessQueryReport.jsp index cee13d89a..c74ed8b4f 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,"@");//生成模板的参数据 测试commit + param["templateParam"]=JSON.stringify(tempParam).replace(/,/g,"@");//生成模板的参数据 测试commit12 for(var key in param){ if(sparam.length>0){sparam+=",";} sparam+=key+"="+param[key];