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
da1a1833
Commit
da1a1833
authored
Jul 31, 2023
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add sql.
parent
8f02161c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
01-同步SQL记录.sql
MFG/01-同步SQL记录.sql
+0
-0
线上数据修正SQL记录.sql
MFG/线上数据修正SQL记录.sql
+21
-1
No files found.
MFG/01-同步SQL记录.sql
View file @
da1a1833
This diff is collapsed.
Click to expand it.
MFG/线上数据修正SQL记录.sql
View file @
da1a1833
UPDAT
E
project_floor_sub_item
UPDAT
E
project_floor_sub_item
...
...
@@ -1077,6 +1077,26 @@ SET t.is_delete = 1
WHERE
t
.
uuid
=
1682223097152339970
;
#
YXS
-
SHS
-
SHZQGC
-
1108
-
202307
-
6061
UPDATE
mfg
.
project_unit_rental
t
SET
t
.
delete_time
=
null
WHERE
t
.
uuid
LIKE
'404442b724f9447889867d742f028062'
ESCAPE
'#'
;
INSERT
INTO
mfg
.
project_unit_rental
(
uuid
,
contract_uuid
,
company_uuid
,
until_uuid
,
project_uuid
,
custom_type
,
pay_type
,
verify_status
,
exception_status
,
exception_desc
,
start_time
,
`index`
,
end_time
,
free_start_time
,
free_end_time
,
throw_lease_time
,
create_time
,
update_time
,
delete_time
,
sort_index
,
is_privilege
,
is_sync_notification_instrument
)
VALUES
(
'ca88b583bb634920bdf2c3b84b60328a'
,
1681604339786383362
,
'd431da24f653406485d797b774c8bb4c'
,
'1502233363195387905'
,
'db019f60cadd4961be499ca6e71359e6'
,
null
,
'暂无'
,
3
,
0
,
null
,
'2023-07-01'
,
null
,
'2025-07-31'
,
null
,
null
,
null
,
'2023-06-29 12:40:01'
,
'2023-07-28 14:52:41'
,
null
,
802
,
0
,
1
);
UPDATE
mfg
.
project_unit_rental
t
SET
t
.
start_time
=
'2023-07-25'
,
t
.
end_time
=
'2025-07-24'
WHERE
t
.
uuid
LIKE
'ca88b583bb634920bdf2c3b84b60328a'
ESCAPE
'#'
;
...
...
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