fix:信审意见提交限制问题修复
This commit is contained in:
parent
d6c274b7aa
commit
9242c066a5
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user