| | |
| | | + "`station_dooropen_start_time` varchar(20) NOT NULL DEFAULT '2015-12-02 12:10:00', "
|
| | | //+ "`station_dooropen_tlong` INT NOT NULL DEFAULT 0, "
|
| | | + "`station_xuhang_start_time` varchar(20) NOT NULL DEFAULT '2015-12-02 12:10:00', "
|
| | | + "`station_xuhang_end_time` varchar(20) NOT NULL DEFAULT '2015-12-02 12:10:00', "
|
| | | + " UNIQUE INDEX index_station_id_uniq (`station_id`), "
|
| | | + " PRIMARY KEY (`num`) ) "
|
| | | + " ENGINE=InnoDB DEFAULT CHARSET=utf8";
|
| | |
| | |
|
| | | FBS9100_Task_Thread_SQL.createFBS9100SysParam_TableOnRam(GB_MysqlConnPool,recreate_tb); //创建设备状态表
|
| | |
|
| | | FBS9100_Task_Thread_SQL.insertBTSStationState_TableOnRam(GB_MysqlConnPool); //初始化录入机房状态
|
| | | FBS9100_Task_Thread_SQL.insertBTSStationState_TableOnRam(GB_MysqlConnPool); //初始化录入机房状态
|
| | |
|
| | |
|
| | | if(true == m_AppConfig.getMysqlDB_RecreateEn()) {
|