Merge branch 'release20211231' into dailyfix
This commit is contained in:
commit
5cbe8a0e79
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user