This commit is contained in:
2026-01-05 16:08:15 +09:00
parent a7464c7ea4
commit a86c0b5c4a
3 changed files with 6 additions and 7 deletions

View File

@@ -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";