|
@@ -64,23 +64,28 @@ public class FcltSttsErrorDto implements Serializable {
|
|
|
else if (StringUtils.equals("-", this.commSttsCd)) this.commSttsDesc = "-";
|
|
|
else this.commSttsDesc = "정보없음";
|
|
|
|
|
|
- if (StringUtils.equals("CMS0", this.commSttsCd)) {
|
|
|
- if (StringUtils.equals("CDS0", this.doorSttsCd)) this.doorSttsDesc = "정상";
|
|
|
- else if (StringUtils.equals("CDS1", this.doorSttsCd)) this.doorSttsDesc = "열림";
|
|
|
- else if (StringUtils.equals("-", this.doorSttsCd)) this.doorSttsDesc = "-";
|
|
|
- else this.doorSttsDesc = "정보없음";
|
|
|
-
|
|
|
- if (this.cboxTmpr > 40) {
|
|
|
- this.cboxTmprDesc = "이상";
|
|
|
- }
|
|
|
- else {
|
|
|
- this.cboxTmprDesc = "정상";
|
|
|
- }
|
|
|
- }
|
|
|
- else {
|
|
|
- this.cboxTmpr = 255;
|
|
|
- this.doorSttsDesc = "정보없음";
|
|
|
- this.cboxTmprDesc = "정보없음";
|
|
|
- }
|
|
|
+// if (StringUtils.equals("CMS0", this.commSttsCd)) {
|
|
|
+// if (StringUtils.equals("CDS0", this.doorSttsCd)) this.doorSttsDesc = "닫힘";
|
|
|
+// else if (StringUtils.equals("CDS1", this.doorSttsCd)) this.doorSttsDesc = "열림";
|
|
|
+// else if (StringUtils.equals("-", this.doorSttsCd)) this.doorSttsDesc = "-";
|
|
|
+// else this.doorSttsDesc = "정보없음";
|
|
|
+//
|
|
|
+// if (this.cboxTmpr > 40) {
|
|
|
+// this.cboxTmprDesc = "이상";
|
|
|
+// }
|
|
|
+// else {
|
|
|
+// this.cboxTmprDesc = "정상";
|
|
|
+// }
|
|
|
+// }
|
|
|
+// else {
|
|
|
+// this.cboxTmpr = 255;
|
|
|
+// this.doorSttsDesc = "정보없음";
|
|
|
+// this.cboxTmprDesc = "정보없음";
|
|
|
+// }
|
|
|
+ this.doorSttsCd = "CDS2";
|
|
|
+ this.cboxTmpr = 255;
|
|
|
+ this.cboxTmprDesc = "-";
|
|
|
+ this.doorSttsDesc = "-";
|
|
|
+ this.cboxTmprDesc = "-";
|
|
|
}
|
|
|
}
|