2021-04-26.001.sql 1016 B

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