라벨상태DTO수정
This commit is contained in:
@@ -59,6 +59,8 @@ public class LabelWorkDto {
|
|||||||
|
|
||||||
if (this.labelTotCnt == 0) {
|
if (this.labelTotCnt == 0) {
|
||||||
mngState = "PENDING";
|
mngState = "PENDING";
|
||||||
|
}else if(this.labelTotCnt > 0 && this.labelIngTotCnt == 0 ){
|
||||||
|
mngState = "ASSIGNED";
|
||||||
} else if (this.labelIngTotCnt > 0) {
|
} else if (this.labelIngTotCnt > 0) {
|
||||||
mngState = "LABEL_ING";
|
mngState = "LABEL_ING";
|
||||||
} else if (this.labelTotCnt <= labelCompleteTotCnt) {
|
} else if (this.labelTotCnt <= labelCompleteTotCnt) {
|
||||||
@@ -203,6 +205,9 @@ public class LabelWorkDto {
|
|||||||
@Schema(description = "종료일", example = "20261201")
|
@Schema(description = "종료일", example = "20261201")
|
||||||
private String searchVal;
|
private String searchVal;
|
||||||
|
|
||||||
|
@Schema(description = "종료일", example = "20261201")
|
||||||
|
private String uuid;
|
||||||
|
|
||||||
public Pageable toPageable() {
|
public Pageable toPageable() {
|
||||||
|
|
||||||
return PageRequest.of(page, size);
|
return PageRequest.of(page, size);
|
||||||
|
|||||||
Reference in New Issue
Block a user