ytf 3 年之前
父节点
当前提交
4e3eaf5adc
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      b2b2c/sql/项目修改语句.sql

+ 8 - 1
b2b2c/sql/项目修改语句.sql

@@ -5,4 +5,11 @@ update sys_setting set value = '1755434' where name = 'express_ebusinessid'; --
5 5
 -- 图片配置基本设置删除
6 6
 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')
7 7
 update sys_system_resource set content = '发现装修' where resource_id = 327;
8
-update sys_system_resource set content = '发现首页' where resource_id = 328;
8
+update sys_system_resource set content = '发现首页' where resource_id = 328;
9
+
10
+-- 删除消息设置中的换货
11
+delete from msg_store_tpl where tpl_name in('换货提醒','换货超期自动处理提醒');
12
+
13
+-- 小程序
14
+update sys_setting set value = 'wx43aba958092afe0c' where name = 'login_wx_mini_appid';
15
+update sys_setting set value = '647d35cc24fc7996003168d44ea91a43' where name = 'login_wx_mini_appsecret';