spotless
This commit is contained in:
@@ -59,7 +59,7 @@ public class LabelWorkDto {
|
||||
|
||||
if (this.labelTotCnt == 0) {
|
||||
mngState = "PENDING";
|
||||
}else if(this.labelTotCnt > 0 && this.labelIngTotCnt == 0 ){
|
||||
} else if (this.labelTotCnt > 0 && this.labelIngTotCnt == 0) {
|
||||
mngState = "ASSIGNED";
|
||||
} else if (this.labelIngTotCnt > 0) {
|
||||
mngState = "LABEL_ING";
|
||||
|
||||
Reference in New Issue
Block a user