Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
70b9f5eb
Commit
70b9f5eb
authored
Jun 27, 2019
by
季圣华
Browse files
更新配置文件和数据库字典
parent
97111a9c
Changes
4
Hide whitespace changes
Inline
Side-by-side
docs/jsh_erp(第一次建库请使用这个).sql
View file @
70b9f5eb
...
...
@@ -1900,10 +1900,14 @@ CREATE TABLE `jsh_tenant` (
-- Records of jsh_tenant
-- ----------------------------
INSERT
INTO
`jsh_tenant`
VALUES
(
'13'
,
'63'
,
'jsh'
,
'20'
,
'2000'
,
null
);
INSERT INTO `jsh_tenant` VALUES ('14', '92', 'abc123', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('15', '94', 'jzh', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('16', '95', 'qiankun', '2', '200', null);
INSERT INTO `jsh_tenant` VALUES ('17', '96', 'czq', '2', '200', null);
INSERT
INTO
`jsh_tenant`
VALUES
(
'14'
,
'113'
,
'abc123'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'15'
,
'115'
,
'jzh'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'16'
,
'123'
,
'caoyuli'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'17'
,
'124'
,
'jchb'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'17'
,
'126'
,
'123123'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'17'
,
'127'
,
'2345123'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'17'
,
'128'
,
'q12341243'
,
'2'
,
'200'
,
null
);
INSERT
INTO
`jsh_tenant`
VALUES
(
'17'
,
'130'
,
'jsh666'
,
'2'
,
'200'
,
null
);
-- ----------------------------
-- Function structure for `_nextval`
...
...
docs/华夏ERP数据库设计汇总.xlsx
View file @
70b9f5eb
No preview for this file type
src/main/java/com/jsh/erp/controller/UserController.java
View file @
70b9f5eb
...
...
@@ -42,12 +42,6 @@ public class UserController {
@Value
(
"${mybatis-plus.status}"
)
private
String
mybatisPlusStatus
;
@Value
(
"${manage.ip}"
)
private
String
manageIp
;
@Value
(
"${manage.port}"
)
private
Integer
managePort
;
@Value
(
"${manage.roleId}"
)
private
Integer
manageRoleId
;
...
...
src/main/resources/application.properties
View file @
70b9f5eb
...
...
@@ -27,13 +27,5 @@ pagehelper.supportMethodsArguments=false
#open开启 close关闭
mybatis-plus.status
=
close
mybatis-plus.mapper-locations
=
classpath:./mapper_xml/*.xml
#获取管理系统信息
manage.ip
=
127.0.0.1
manage.port
=
8090
manage.roleId
=
10
#租户对应的角色id
manage.roleId
=
10
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment