feat: polishing
This commit is contained in:
@@ -79,7 +79,7 @@ public class MapInkxMngDto {
|
|||||||
String mapidNm,
|
String mapidNm,
|
||||||
ZonedDateTime createdDttmTime,
|
ZonedDateTime createdDttmTime,
|
||||||
ZonedDateTime updatedDttmTime,
|
ZonedDateTime updatedDttmTime,
|
||||||
String useInference) {
|
CommonUseStatus useInference) {
|
||||||
this.rowNum = rowNum;
|
this.rowNum = rowNum;
|
||||||
this.mapidcdNo5k = mapidcdNo5k;
|
this.mapidcdNo5k = mapidcdNo5k;
|
||||||
this.mapidcdNo50k = mapidcdNo50k;
|
this.mapidcdNo50k = mapidcdNo50k;
|
||||||
@@ -91,10 +91,7 @@ public class MapInkxMngDto {
|
|||||||
this.updatedDttm = fmt.format(updatedDttmTime);
|
this.updatedDttm = fmt.format(updatedDttmTime);
|
||||||
this.createdDttmTime = createdDttmTime;
|
this.createdDttmTime = createdDttmTime;
|
||||||
this.updatedDttmTime = updatedDttmTime;
|
this.updatedDttmTime = updatedDttmTime;
|
||||||
this.useInference =
|
this.useInference = useInference.getId();
|
||||||
useInference.equals("USE")
|
|
||||||
? UseInferenceType.USE.getDesc()
|
|
||||||
: UseInferenceType.EXCEPT.getDesc();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user