fix progress bug

This commit is contained in:
judy0131 2018-12-07 14:03:18 +08:00
parent 5914c981a9
commit 04b8992a89
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ object H2Util {
val progress:Double = completedStopCount.asInstanceOf[Double] / stopCount * 100
if(flowState.equals(FlowState.COMPLETED)){
"100%"
"100"
}else{
progress.toString
}