Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dankal-data-view
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
仲光辉
dankal-data-view
Commits
842f4546
Commit
842f4546
authored
Oct 23, 2023
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add sql.
parent
930de047
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
01-同步SQL记录.sql
MFG/01-同步SQL记录.sql
+6
-1
线上数据修正SQL记录.sql
MFG/线上数据修正SQL记录.sql
+18
-1
No files found.
MFG/01-同步SQL记录.sql
View file @
842f4546
#
alt
er
table
admin
#
alt
er
table
admin
...
...
@@ -3378,6 +3378,11 @@
alter
table
contract
add
achievement_area
decimal
(
10
,
2
)
default
null
null
comment
'合同业绩面积'
;
alter
table
contract
add
performance_department
varchar
(
64
)
null
comment
'业绩部门'
;
...
...
MFG/线上数据修正SQL记录.sql
View file @
842f4546
UPDAT
E
project_floor_sub_item
UPDAT
E
project_floor_sub_item
...
...
@@ -1234,6 +1234,23 @@ SET t.old_contract_uuid = null
WHERE
t
.
uuid
=
1692432712397815809
;
UPDATE
bill
SET
company_uuid
=
'1bbb1dcd9caa490abd695d8387e6ea03'
,
company_name
=
'四川同心程信商务信息咨询有限公司'
WHERE
uuid
IN
(
1712007013246959618
,
1712007013251153924
);
UPDATE
bill_company
SET
company_uuid
=
'1bbb1dcd9caa490abd695d8387e6ea03'
,
`name`
=
'四川同心程信商务信息咨询有限公司'
WHERE
bill_uuid
IN
(
1712007013246959618
,
1712007013251153924
);
...
...
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