From 659fd9b877455fd55c48b9c8e9b74ef5b855108d Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Sun, 21 Jul 2024 23:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/docs/jsh_erp.sql | 4 ++-- .../docs/数据库更新记录-首次安装请勿使用.txt | 2 +- ...据库设计汇总.xlsx => 管伊佳ERP数据库设计汇总.xlsx} | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename jshERP-boot/docs/{华夏ERP数据库设计汇总.xlsx => 管伊佳ERP数据库设计汇总.xlsx} (100%) diff --git a/jshERP-boot/docs/jsh_erp.sql b/jshERP-boot/docs/jsh_erp.sql index deac498ee..332dd044a 100644 --- a/jshERP-boot/docs/jsh_erp.sql +++ b/jshERP-boot/docs/jsh_erp.sql @@ -712,9 +712,9 @@ CREATE TABLE `jsh_platform_config` ( -- ---------------------------- -- Records of jsh_platform_config -- ---------------------------- -INSERT INTO `jsh_platform_config` VALUES ('1', 'platform_name', '平台名称', '华夏ERP'); +INSERT INTO `jsh_platform_config` VALUES ('1', 'platform_name', '平台名称', '管伊佳ERP'); INSERT INTO `jsh_platform_config` VALUES ('2', 'activation_code', '激活码', ''); -INSERT INTO `jsh_platform_config` VALUES ('3', 'platform_url', '官方网站', 'http://www.huaxiaerp.com/'); +INSERT INTO `jsh_platform_config` VALUES ('3', 'platform_url', '官方网站', 'http://www.gyjerp.com/'); INSERT INTO `jsh_platform_config` VALUES ('4', 'bill_print_flag', '三联打印启用标记', '0'); INSERT INTO `jsh_platform_config` VALUES ('5', 'bill_print_url', '三联打印地址', ''); INSERT INTO `jsh_platform_config` VALUES ('6', 'pay_fee_url', '租户续费地址', ''); diff --git a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt index f8423de0d..de89da697 100644 --- a/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt +++ b/jshERP-boot/docs/数据库更新记录-首次安装请勿使用.txt @@ -1037,7 +1037,7 @@ CREATE TABLE `jsh_platform_config` ( PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='平台参数'; -INSERT INTO `jsh_platform_config` VALUES ('1', 'platform_name', '平台名称', '华夏ERP'); +INSERT INTO `jsh_platform_config` VALUES ('1', 'platform_name', '平台名称', '管伊佳ERP'); INSERT INTO `jsh_platform_config` VALUES ('2', 'activation_code', '激活码', null); -- -------------------------------------------------------- diff --git a/jshERP-boot/docs/华夏ERP数据库设计汇总.xlsx b/jshERP-boot/docs/管伊佳ERP数据库设计汇总.xlsx similarity index 100% rename from jshERP-boot/docs/华夏ERP数据库设计汇总.xlsx rename to jshERP-boot/docs/管伊佳ERP数据库设计汇总.xlsx