生产问题处理

This commit is contained in:
yjf 2023-04-13 13:40:47 +08:00
parent 78130a802d
commit e2420264ab

View File

@ -10,7 +10,7 @@
String flowNo = CurPage.getParameter("FlowNo");//Ö÷Ìå±àºÅ
String custTypeParam = "CustomerType";
if ("BusinessChangeFlow".equals(flowNo)) {
custTypeParam = "customerType";
custTypeParam = "customertype";
}
String customertype = CurPage.getParameter(custTypeParam);
String SubjectIdtemp = Sqlca.getString("select SubjectId from lb_project_info_temp where flowunid='"+sFlowUnid+"'");