Merge branch 'release20211231' into dailyfix

This commit is contained in:
zhanglei@ap-leasing.com.cn 2023-05-25 09:58:24 +08:00
commit 5cbe8a0e79

View File

@ -6,8 +6,13 @@
History Log:
*/
String sFlowUnid = CurPage.getParameter("FlowUnid");//Á÷³Ì±àºÅ
String customertype = CurPage.getParameter("CustomerType");
String SubjectId = CurPage.getParameter("SubjectId");//Ö÷Ìå±àºÅ
String flowNo = CurPage.getParameter("FlowNo");//Ö÷Ìå±àºÅ
String custTypeParam = "CustomerType";
if ("BusinessChangeFlow".equals(flowNo)) {
custTypeParam = "customertype";
}
String customertype = CurPage.getParameter(custTypeParam);
String SubjectIdtemp = Sqlca.getString("select SubjectId from lb_project_info_temp where flowunid='"+sFlowUnid+"'");
if(SubjectId ==null ){
SubjectId = SubjectIdtemp;