项目修改语句.sql 601 B

12345678
  1. -- 快递鸟编辑
  2. update sys_setting set value = '939bfad3-6fff-4cdb-973c-0200fc8d06a2' where name = 'express_apikey'; -- 快递鸟key
  3. update sys_setting set value = '1755434' where name = 'express_ebusinessid'; -- 快递鸟id
  4. -- 图片配置基本设置删除
  5. delete from sys_setting where name in('main_site_logo','main_user_center_logo','main_user_forget_password_bg','main_user_logon_bg','main_user_register_bg','pc_home_bottom_adv')
  6. update sys_system_resource set content = '发现装修' where resource_id = 327;
  7. update sys_system_resource set content = '发现首页' where resource_id = 328;