D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2018-12-28 b3f62ab5fb6adf03a92f62b42e69ad849f903b45
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);
                     }