身份校验修正补充

This commit is contained in:
zhanglei 2018-07-14 17:47:00 +08:00
parent 18196a3288
commit 38f7d916b3

View File

@ -26,7 +26,6 @@
var flowunid = "<%=sFlowUnid%>";
var username = "<%=userName%>";
var orgname = "<%=orgName%>";
alert(flowunid+"@"+username+"@"+orgname);
var result =
RunJavaMethodTrans("com.tenwa.lease.flow.project.validate.IdentityVerification","doIdentityVerification","FlowUnid="+flowunid+",UserName="+username+",OrgName="+orgname);
if(result == 'ERROR'){