1:更改首页流量统计的sql
2:更改topic数据的获取方式 3:修改sql中where错误 4:修改表结构sql
This commit is contained in:
@@ -161,8 +161,10 @@ CREATE TABLE `ui_code_protocol_type_dic` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`protocol_type` varchar(255) DEFAULT '',
|
||||
`view_code` varchar(255) DEFAULT NULL,
|
||||
`service_id` int(11) DEFAULT NULL,
|
||||
`remarks` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=FEDERATED AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 CONNECTION='mysql://root:111111@192.168.10.204:3306/gwall/code_protocol_type_dic';
|
||||
) ENGINE=FEDERATED AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 CONNECTION='mysql://root:111111@10.0.4.6:3306/ntc_db/code_protocol_type_dic';
|
||||
|
||||
|
||||
CREATE TABLE `ui_code_service_type_dic` (
|
||||
|
||||
Reference in New Issue
Block a user