fix:账号commit权限测试

This commit is contained in:
user 2020-10-21 16:47:19 +08:00
parent 74f2b7f358
commit db5aa2e034

View File

@ -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];