|
@@ -386,7 +386,11 @@ public class Project {
|
|
|
//ProjectCompletedAndPutIntoOperation 项目建成投产
|
|
|
if("ProjectPerformanceTransfer".equals(procDefKey) ||
|
|
|
"ProjectStartUpConstruction".equals(procDefKey)){
|
|
|
- str = "拟建";
|
|
|
+ if("8".equals(this.status)) {
|
|
|
+ str = "停止";
|
|
|
+ }else{
|
|
|
+ str = "拟建";
|
|
|
+ }
|
|
|
}else if("ProjectCompletedAndPutIntoOperation".equals(procDefKey)){
|
|
|
if("3".equals(this.status)){
|
|
|
str = "投产";
|