|
@@ -181,8 +181,8 @@ public class TbVmsCtlrStts implements Serializable {
|
|
|
isDifferent = true;
|
|
|
}
|
|
|
tmpSttsCd = "HTS" + stts.getCboxHetr();
|
|
|
- if (!this.cboxFanSttsCd.equals(tmpSttsCd)) {
|
|
|
- this.cboxFanSttsCd = tmpSttsCd;
|
|
|
+ if (!this.cboxHetrSttsCd.equals(tmpSttsCd)) {
|
|
|
+ this.cboxHetrSttsCd = tmpSttsCd;
|
|
|
isDifferent = true;
|
|
|
}
|
|
|
|