生产问题处理

This commit is contained in:
yjf 2023-04-13 12:54:31 +08:00
parent a100e191d2
commit 78130a802d

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;