From 9242c066a509fbbd5ce615867933bff45ac335cc Mon Sep 17 00:00:00 2001 From: maliang Date: Mon, 30 Nov 2020 18:28:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=A1=E5=AE=A1=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=99=90=E5=88=B6=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Common/WorkFlow/FlowSubmitDialog.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp index 0b669243d..ecd0998ae 100644 --- a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp +++ b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp @@ -24,7 +24,7 @@ String choice=""; if ("BusinessApplyFlow".equals(flowNo)&&("0040".equals(phaseNo)||"0050".equals(phaseNo)||"0060".equals(phaseNo))){ - if("0050".equals(phaseNo)){ + if("0040".equals(phaseNo)||"0050".equals(phaseNo)){ choice = Sqlca.getString("select CONCAT(IFNULL(v.FIRSTCHOICE,','),',',IFNULL(v.SECONDCHOICE,',')) choice" + " from VI_PROJECTINFO_BUSINESS v, flow_task t where t.serialno='"+taskNo+"' and v.FLOWUNID=t.objectno"); }