영상관리 수정
This commit is contained in:
@@ -85,6 +85,7 @@ public class MapSheetMngDto {
|
|||||||
@JsonFormatDttm private ZonedDateTime rgstStrtDttm;
|
@JsonFormatDttm private ZonedDateTime rgstStrtDttm;
|
||||||
@JsonFormatDttm private ZonedDateTime rgstEndDttm;
|
@JsonFormatDttm private ZonedDateTime rgstEndDttm;
|
||||||
|
|
||||||
|
|
||||||
public double getSyncStateDoneRate() {
|
public double getSyncStateDoneRate() {
|
||||||
if (this.syncTotCnt == null || this.syncTotCnt == 0) {
|
if (this.syncTotCnt == null || this.syncTotCnt == 0) {
|
||||||
return 0.0;
|
return 0.0;
|
||||||
|
|||||||
@@ -187,6 +187,7 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
BooleanBuilder whereBuilder = new BooleanBuilder();
|
BooleanBuilder whereBuilder = new BooleanBuilder();
|
||||||
whereBuilder.and(mapSheetMngEntity.mngYyyy.eq(mngYyyy));
|
whereBuilder.and(mapSheetMngEntity.mngYyyy.eq(mngYyyy));
|
||||||
|
|
||||||
|
|
||||||
MapSheetMngDto.MngDto foundContent =
|
MapSheetMngDto.MngDto foundContent =
|
||||||
queryFactory
|
queryFactory
|
||||||
.select(
|
.select(
|
||||||
|
|||||||
Reference in New Issue
Block a user