Merge branch 'develop' of http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git into linxiaoping

This commit is contained in:
linxiaoping 2018-06-05 09:02:52 +08:00
commit dc0a75880a

View File

@ -15,7 +15,7 @@
//if(curOrgId.length()>13){
// curOrgId=curOrgId.substring(0,13);
//}
curOrgId=curOrgId.substring(0,curOrgId.length()-4);
curOrgId=curOrgId.substring(0,curOrgId.length()-3);
pid=curOrgId;
String selectType=CurPage.getParameter("selectType");
String flowno=CurPage.getParameter("flowno");