fix:账号commit权限测试

This commit is contained in:
user 2020-10-21 16:54:50 +08:00
parent db5aa2e034
commit b8ba979934

View File

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