更新sql
This commit is contained in:
@@ -724,6 +724,7 @@ INSERT INTO `jsh_platform_config` VALUES ('14', 'aliOss_accessKeyId', '阿里OSS
|
|||||||
INSERT INTO `jsh_platform_config` VALUES ('15', 'aliOss_accessKeySecret', '阿里OSS-accessKeySecret', '');
|
INSERT INTO `jsh_platform_config` VALUES ('15', 'aliOss_accessKeySecret', '阿里OSS-accessKeySecret', '');
|
||||||
INSERT INTO `jsh_platform_config` VALUES ('16', 'aliOss_bucketName', '阿里OSS-bucketName', '');
|
INSERT INTO `jsh_platform_config` VALUES ('16', 'aliOss_bucketName', '阿里OSS-bucketName', '');
|
||||||
INSERT INTO `jsh_platform_config` VALUES ('17', 'aliOss_linkUrl', '阿里OSS-linkUrl', '');
|
INSERT INTO `jsh_platform_config` VALUES ('17', 'aliOss_linkUrl', '阿里OSS-linkUrl', '');
|
||||||
|
INSERT INTO `jsh_platform_config` VALUES ('18', 'bill_excel_url', '单据Excel地址', '');
|
||||||
|
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Table structure for jsh_role
|
-- Table structure for jsh_role
|
||||||
|
|||||||
@@ -1518,3 +1518,10 @@ INSERT INTO `jsh_platform_config` (`platform_key`, `platform_key_info`, `platfor
|
|||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
alter table jsh_supplier add creator bigint(20) DEFAULT NULL COMMENT '操作员' after sort;
|
alter table jsh_supplier add creator bigint(20) DEFAULT NULL COMMENT '操作员' after sort;
|
||||||
update jsh_supplier set creator=tenant_id;
|
update jsh_supplier set creator=tenant_id;
|
||||||
|
|
||||||
|
-- --------------------------------------------------------
|
||||||
|
-- 时间 2023年08月15日
|
||||||
|
-- by jishenghua
|
||||||
|
-- 给平台配置表增加单据Excel地址
|
||||||
|
-- --------------------------------------------------------
|
||||||
|
INSERT INTO `jsh_platform_config` (`platform_key`, `platform_key_info`, `platform_value`) VALUES ('bill_excel_url', '单据Excel地址', '');
|
||||||
Reference in New Issue
Block a user