fix:87389
This commit is contained in:
+1
-1
@@ -360,7 +360,7 @@ public class ProcessMarketStandardReleaseServiceImpl extends ServiceImpl<Process
|
||||
queryProcessAll.eq(ProcessAll::getPrcStatus,"1");
|
||||
long l = processAllService.count(queryProcessAll);
|
||||
if(l > 0){
|
||||
throw new JeroBootException("当前数据已发布的流程未结束,不可重复发布");
|
||||
throw new JeroBootException("当前数据已发布的流程未结束,不可操作");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user