fix:信审意见提交限制问题修复

This commit is contained in:
maliang 2020-11-30 18:28:52 +08:00
parent d6c274b7aa
commit 9242c066a5

View File

@ -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");
}