Commit 1a3c375b authored by chenhao's avatar chenhao

修改代码

parent c7df5c1e
...@@ -519,10 +519,10 @@ public class FailureDetailsServiceImpl extends BaseService<FailureDetailsDto, Fa ...@@ -519,10 +519,10 @@ public class FailureDetailsServiceImpl extends BaseService<FailureDetailsDto, Fa
if(buttonValueString.endsWith(PROCESS_NAME[0])) { //提交维修单 if(buttonValueString.endsWith(PROCESS_NAME[0])) { //提交维修单
flag=1; flag=1;
}else if(buttonValueString.endsWith(PROCESS_NAME[1])) { //审核 }else if(buttonValueString.endsWith(PROCESS_NAME[1])) { //审核
flag=2;
if(buttonValueString.startsWith(PROCESS_NAME[2])) { if(buttonValueString.startsWith(PROCESS_NAME[2])) {
flag=3; flag=3;
} }
flag=2;
}else if(buttonValueString.endsWith(PROCESS_NAME[2])) {//维修 }else if(buttonValueString.endsWith(PROCESS_NAME[2])) {//维修
flag=4; flag=4;
}else if(buttonValueString.endsWith(PROCESS_NAME[3])) {//验收 }else if(buttonValueString.endsWith(PROCESS_NAME[3])) {//验收
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment