Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
2d19e415
Commit
2d19e415
authored
Jul 23, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
绩效汇总表新加字段长度修改
parent
55d26348
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/add.sql
db/add.sql
+1
-1
No files found.
db/add.sql
View file @
2d19e415
...
@@ -1339,7 +1339,7 @@ INSERT INTO `mortals_xhx_perform_rules` (`ruleCode`, `categoryId`, `categoryName
...
@@ -1339,7 +1339,7 @@ INSERT INTO `mortals_xhx_perform_rules` (`ruleCode`, `categoryId`, `categoryName
2024
-
07
-
22
2024
-
07
-
22
-- ----------------------------
-- ----------------------------
ALTER
TABLE
`mortals_xhx_staff_perform_summary`
ALTER
TABLE
`mortals_xhx_staff_perform_summary`
ADD
COLUMN
`remarkAdd`
VARCHAR
(
2
55
)
DEFAULT
NULL
COMMENT
'加分备注'
AFTER
`month`
,
ADD
COLUMN
`remarkAdd`
VARCHAR
(
2
048
)
DEFAULT
NULL
COMMENT
'加分备注'
AFTER
`month`
,
ADD
COLUMN
`addTotalScore`
DECIMAL
(
10
,
2
)
DEFAULT
NULL
COMMENT
'加分合计'
AFTER
`remarkAdd`
,
ADD
COLUMN
`addTotalScore`
DECIMAL
(
10
,
2
)
DEFAULT
NULL
COMMENT
'加分合计'
AFTER
`remarkAdd`
,
ADD
COLUMN
`sumScore`
DECIMAL
(
10
,
2
)
DEFAULT
NULL
COMMENT
'合计得分'
AFTER
`addTotalScore`
;
ADD
COLUMN
`sumScore`
DECIMAL
(
10
,
2
)
DEFAULT
NULL
COMMENT
'合计得分'
AFTER
`addTotalScore`
;
...
...
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