| 123456789101112 |
- update article set main_type = '通知通告' where type_id = 1108;
- update article set main_type = '热点推荐' where type_id = 1002;
- update article set main_type = '新闻资讯' where type_id = 1003;
- update article set main_type = '行业动态' where type_id = 1004;
- update article set main_type = '首页轮播' where type_id = 1005;
- update article set main_type = '首页置顶' where type_id = 1006;
- update article set main_type = '政策法规', sub_type = '国家政策法规' where type_id = 1067;
- update article set main_type = '政策法规', sub_type = '部改委政策法规' where type_id = 1068;
- update article set main_type = '政策法规', sub_type = '军方政策法规' where type_id = 1069;
- update article set main_type = '政策法规', sub_type = '创新政策法规' where type_id = 1070;
- update article set main_type = '政策法规', sub_type = '地方政策法规' where type_id = 1071;
- update article set main_type = '政策法规', sub_type = '其他政策法规' where type_id = 1072;
|