Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BudgetManagementSystem
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王利雷
BudgetManagementSystem
Commits
43b56536
Commit
43b56536
authored
May 15, 2019
by
shj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库备份
parent
ba1544cc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
199 additions
and
14 deletions
+199
-14
budgetmanagementsystem-3-26.sql
database/budgetmanagementsystem-3-26.sql
+4
-4
budgetmanagementsystem-4-7.sql
database/budgetmanagementsystem-4-7.sql
+4
-4
budgetmanagementsystem-5-15.sql
database/budgetmanagementsystem-5-15.sql
+184
-0
budgetmanagementsystem-copy.sql
database/budgetmanagementsystem-copy.sql
+4
-4
ITravelDao.xml
src/main/java/dao/ITravelDao.xml
+3
-2
No files found.
database/budgetmanagementsystem-3-26.sql
View file @
43b56536
...
...
@@ -117,10 +117,10 @@ CREATE TABLE budgetmanagementsystem.travel
accommodation
double
COMMENT
'住宿标准'
,
comment
text
COMMENT
'备注'
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
1
,
'上海'
,
2000
,
100
,
80
,
500
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
2
,
'南宁'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
3
,
'桂林'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
4
,
'北海'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
1
,
'上海'
,
2000
,
100
,
80
,
500
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
2
,
'南宁'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
3
,
'桂林'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
4
,
'北海'
,
2000
,
100
,
80
,
350
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
workstation
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
...
...
database/budgetmanagementsystem-4-7.sql
View file @
43b56536
...
...
@@ -117,10 +117,10 @@ CREATE TABLE budgetmanagementsystem.travel
accommodation
double
COMMENT
'住宿标准'
,
comment
text
COMMENT
'备注'
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
1
,
'上海'
,
2000
,
100
,
80
,
500
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
2
,
'南宁'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
3
,
'桂林'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
4
,
'北海'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
1
,
'上海'
,
2000
,
100
,
80
,
500
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
2
,
'南宁'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
3
,
'桂林'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
4
,
'北海'
,
2000
,
100
,
80
,
350
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
workstation
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
...
...
database/budgetmanagementsystem-5-15.sql
0 → 100644
View file @
43b56536
CREATE
TABLE
budgetmanagementsystem
.
budgets
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
userid
int
(
11
)
DEFAULT
'0'
COMMENT
'用户id'
,
filename
varchar
(
50
)
COMMENT
'预算文件名称'
);
CREATE
TABLE
budgetmanagementsystem
.
conference
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
)
COMMENT
'名称(会议内容)'
,
price
double
COMMENT
'会议标准费用'
,
comment
text
,
experts
int
(
11
)
COMMENT
'需要专家人数'
,
people
int
(
11
)
DEFAULT
'0'
COMMENT
'参会人数'
);
INSERT
INTO
budgetmanagementsystem
.
conference
(
id
,
name
,
price
,
comment
,
experts
,
people
)
VALUES
(
1
,
'项目启动会'
,
200
,
null
,
3
,
0
);
INSERT
INTO
budgetmanagementsystem
.
conference
(
id
,
name
,
price
,
comment
,
experts
,
people
)
VALUES
(
2
,
'中期'
,
200
,
null
,
3
,
0
);
INSERT
INTO
budgetmanagementsystem
.
conference
(
id
,
name
,
price
,
comment
,
experts
,
people
)
VALUES
(
3
,
'预验收'
,
200
,
null
,
3
,
0
);
INSERT
INTO
budgetmanagementsystem
.
conference
(
id
,
name
,
price
,
comment
,
experts
,
people
)
VALUES
(
4
,
'验收'
,
200
,
null
,
2
,
0
);
INSERT
INTO
budgetmanagementsystem
.
conference
(
id
,
name
,
price
,
comment
,
experts
,
people
)
VALUES
(
5
,
'学术会议'
,
5000
,
null
,
0
,
0
);
CREATE
TABLE
budgetmanagementsystem
.
consultation
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
)
COMMENT
'专家信息(职称等)'
,
price
double
COMMENT
'咨询费'
,
comment
text
);
INSERT
INTO
budgetmanagementsystem
.
consultation
(
id
,
name
,
price
,
comment
)
VALUES
(
1
,
'专家'
,
1000
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
equipment
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
)
COMMENT
'型号规格'
,
price
double
,
type
varchar
(
50
)
COMMENT
'子类别'
,
img
varchar
(
100
)
COMMENT
'图片url'
,
comment
text
COMMENT
'备注'
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
32
,
'UltraLAB Alpha720(425256-SB28TD)'
,
275000
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
33
,
'戴尔Precision T5820(Xeon W-2123/64GB/512GB+4TB/P2000)'
,
23700
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
34
,
'联想ThinkStation P318(酷睿i7-7700/16GB/1TB/GTX1080)'
,
14900
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
35
,
'HP Z8 G4(Z3Z16AV-SC001)'
,
40000
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
36
,
'Wiseteam CP265 C33128-SAEK12'
,
149900
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
37
,
'苹果Mac Pro(ME253CH/A)'
,
21900
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
38
,
'UltraLAB H490(14664-M5TCX)'
,
47000
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
39
,
'UltraLAB EX620(23496-M528TC)'
,
140000
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
40
,
'戴尔Precision T5820(p5820t-w2102nlcn01)'
,
11300
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
41
,
'UltraLAB P490(14664-MAX)'
,
60000
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
equipment
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
42
,
'戴尔Precision T7820(P7820T-31045NLCN01)'
,
15900
,
null
,
null
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
internationalcommunication
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
),
price
double
,
comment
text
,
accommodation
double
,
food
double
,
traffic
double
COMMENT
'市内交通(公杂费)'
);
INSERT
INTO
budgetmanagementsystem
.
internationalcommunication
(
id
,
name
,
price
,
comment
,
accommodation
,
food
,
traffic
)
VALUES
(
1
,
'澳大利亚'
,
24000
,
null
,
1100
,
380
,
310
);
INSERT
INTO
budgetmanagementsystem
.
internationalcommunication
(
id
,
name
,
price
,
comment
,
accommodation
,
food
,
traffic
)
VALUES
(
2
,
'北卡莱罗纳'
,
21000
,
null
,
null
,
null
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
labour
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
)
COMMENT
'名目(本硕博专)'
,
price
double
COMMENT
'单价(人月)'
,
priority
int
(
11
)
COMMENT
'优先级'
,
comment
text
);
INSERT
INTO
budgetmanagementsystem
.
labour
(
id
,
name
,
price
,
priority
,
comment
)
VALUES
(
1
,
'博士生'
,
2200
,
2
,
null
);
INSERT
INTO
budgetmanagementsystem
.
labour
(
id
,
name
,
price
,
priority
,
comment
)
VALUES
(
2
,
'硕士生'
,
1760
,
3
,
null
);
INSERT
INTO
budgetmanagementsystem
.
labour
(
id
,
name
,
price
,
priority
,
comment
)
VALUES
(
3
,
'专职'
,
8000
,
1
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
material
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
)
COMMENT
'名称/规格'
,
price
double
COMMENT
'单价'
,
type
varchar
(
50
)
COMMENT
'类型'
,
img
varchar
(
100
)
COMMENT
'图片链接'
,
comment
text
COMMENT
'备注'
);
INSERT
INTO
budgetmanagementsystem
.
material
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
1
,
'硬盘'
,
2000
,
null
,
null
,
null
);
INSERT
INTO
budgetmanagementsystem
.
material
(
id
,
name
,
price
,
type
,
img
,
comment
)
VALUES
(
2
,
'加密移动硬盘'
,
3000
,
null
,
null
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
power
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
),
price
double
,
comment
text
);
CREATE
TABLE
budgetmanagementsystem
.
property
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
)
COMMENT
'名称名目'
,
price
double
,
comment
text
);
INSERT
INTO
budgetmanagementsystem
.
property
(
id
,
name
,
price
,
comment
)
VALUES
(
1
,
'著作权'
,
2000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
property
(
id
,
name
,
price
,
comment
)
VALUES
(
2
,
'知识产权'
,
5000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
property
(
id
,
name
,
price
,
comment
)
VALUES
(
3
,
'广西省电子地图数据'
,
10000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
property
(
id
,
name
,
price
,
comment
)
VALUES
(
4
,
'广西省货车 UGC 数据'
,
10000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
property
(
id
,
name
,
price
,
comment
)
VALUES
(
5
,
'广西省物流 UGC 数据'
,
10000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
property
(
id
,
name
,
price
,
comment
)
VALUES
(
6
,
'论文发表费'
,
4000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
property
(
id
,
name
,
price
,
comment
)
VALUES
(
7
,
'广西省交通流量视频数据'
,
10000
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
ruleEquipment
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
min_val
int
(
11
)
DEFAULT
'0'
,
max_val
int
(
11
)
DEFAULT
'100000'
);
CREATE
TABLE
budgetmanagementsystem
.
testandprocess
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
100
)
COMMENT
'名称、内容'
,
price
double
COMMENT
'单价'
,
comment
text
COMMENT
'备注'
);
INSERT
INTO
budgetmanagementsystem
.
testandprocess
(
id
,
name
,
price
,
comment
)
VALUES
(
1
,
'测试化验加工费'
,
150000
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
travel
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
50
)
COMMENT
'目的地'
,
price
double
COMMENT
'往返价格'
,
food
double
COMMENT
'伙食标准'
,
traffic
double
COMMENT
'交通标准'
,
accommodation
double
COMMENT
'住宿标准'
,
comment
text
COMMENT
'备注'
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
1
,
'上海'
,
2000
,
100
,
80
,
500
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
2
,
'南宁'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
3
,
'桂林'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
4
,
'北海'
,
2000
,
100
,
80
,
350
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
user
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
name
varchar
(
50
)
DEFAULT
'username'
COMMENT
'用户名'
,
password
varchar
(
20
)
DEFAULT
'password'
COMMENT
'密码'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
1
,
'1'
,
'1'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
2
,
'2'
,
'2'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
3
,
'222'
,
'222'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
4
,
'333'
,
'333'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
5
,
'zhangsan'
,
'zhangsan'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
6
,
'444'
,
'444'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
7
,
'xxx'
,
'xxx'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
9
,
'44444'
,
'44444'
);
INSERT
INTO
budgetmanagementsystem
.
user
(
id
,
name
,
password
)
VALUES
(
10
,
'aaa'
,
'aaa'
);
CREATE
TABLE
budgetmanagementsystem
.
user_budget
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
userid
int
(
11
)
NOT
NULL
,
budgetid
mediumtext
NOT
NULL
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
13
,
1
,
'1557585969465'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
15
,
4
,
'1557653424704'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
16
,
4
,
'1557658609291'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
23
,
5
,
'1557681943936'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
24
,
5
,
'1557681978320'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
26
,
3
,
'1557682461267'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
27
,
3
,
'1557682473376'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
29
,
9
,
'1557717529246'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
46
,
10
,
'1557738195161'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
47
,
10
,
'1557743667619'
);
INSERT
INTO
budgetmanagementsystem
.
user_budget
(
id
,
userid
,
budgetid
)
VALUES
(
60
,
7
,
'1557906528334'
);
CREATE
TABLE
budgetmanagementsystem
.
workstation
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
spec
varchar
(
100
)
COMMENT
'型号规格'
,
price
double
COMMENT
'单价(万)'
,
img
varchar
(
100
)
COMMENT
'图片url'
);
CREATE
UNIQUE
INDEX
workstation_spec_uindex
ON
budgetmanagementsystem
.
workstation
(
spec
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
35
,
'戴尔Precision T5820(Xeon W-2123/64GB/512GB+4TB/P2000)'
,
23700
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
36
,
'UltraLAB P490(14664-MAX)'
,
60000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
37
,
'HP Z4 G4(1JP11AV-SC001)'
,
17000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
38
,
'Wiseteam CP265 C33128-SAEK12'
,
149900
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
39
,
'凌炫Pt8040(E221T-ECEP6)'
,
499900
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
40
,
'联想ThinkStation P520c(Xeon W-2123/16GB/256GB+1TB/P2000)'
,
14400
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
41
,
'戴尔Precision T7920塔式系列(P7920T-S4110NLCN01)'
,
24300
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
42
,
'UltraLAB Alpha720(425256-SB28TD)'
,
275000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
43
,
'UltraLAB H490(14664-M5TCX)'
,
47000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
44
,
'UltraLAB EX620(23496-M528TC)'
,
140000
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
45
,
'戴尔Precision 7530系列(Promo-M7530I78750-Online1)'
,
18600
,
null
);
INSERT
INTO
budgetmanagementsystem
.
workstation
(
id
,
spec
,
price
,
img
)
VALUES
(
46
,
'戴尔Precision 5530系列(Promo-M5530I58300-Online1)'
,
9999
,
null
);
\ No newline at end of file
database/budgetmanagementsystem-copy.sql
View file @
43b56536
...
...
@@ -109,10 +109,10 @@ CREATE TABLE budgetmanagementsystem.travel
accommodation
double
COMMENT
'住宿标准'
,
comment
text
COMMENT
'备注'
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
1
,
'上海'
,
2000
,
100
,
80
,
500
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
2
,
'南宁'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
3
,
'桂林'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
dest
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
4
,
'北海'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
1
,
'上海'
,
2000
,
100
,
80
,
500
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
2
,
'南宁'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
3
,
'桂林'
,
2000
,
100
,
80
,
350
,
null
);
INSERT
INTO
budgetmanagementsystem
.
travel
(
id
,
name
,
price
,
food
,
traffic
,
accommodation
,
comment
)
VALUES
(
4
,
'北海'
,
2000
,
100
,
80
,
350
,
null
);
CREATE
TABLE
budgetmanagementsystem
.
workstation
(
id
int
(
11
)
PRIMARY
KEY
NOT
NULL
AUTO_INCREMENT
,
...
...
src/main/java/dao/ITravelDao.xml
View file @
43b56536
...
...
@@ -9,7 +9,7 @@
select * from travel where id=#{id}
</select>
<insert
id=
"insertTravel"
>
insert into budgetmanagementsystem.travel(
dest
, price, food, traffic, accommodation)
insert into budgetmanagementsystem.travel(
name
, price, food, traffic, accommodation)
values (#{dest},#{price},#{food},#{traffic},#{accommodation})
</insert>
<delete
id=
"deleteTravel"
>
...
...
@@ -17,7 +17,7 @@
</delete>
<update
id=
"updateTravel"
>
update budgetmanagementsystem.travel
set
dest
=#{dest},price=#{price},food=#{food},traffic=#{traffic},accommodation=#{accommodation}
set
name
=#{dest},price=#{price},food=#{food},traffic=#{traffic},accommodation=#{accommodation}
where id=#{id}
</update>
</mapper>
\ No newline at end of file
Write
Preview
Markdown
is supported
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