D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/WebRoot/mobil/batt-state-manage.html
@@ -312,11 +312,11 @@
                     
                     // 开门关门异常
                     if(_data.station_stat_dooropen) {
                        arrTd[index++] = '开门';
                        arrTd[index++] = '关门';
                        arrTd[index++] = _data.station_dooropen_start_time;//开门关门异常时间
                        arrTd[index++] = StringtoData(_data.station_dooropen_start_time);
                     }else {
                        arrTd[index++] = '关门';
                        arrTd[index++] = '开门';
                        arrTd[index++] = "-";//开门关门异常时间
                        arrTd[index++] = formartTime(0);
                     }