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
fbc1942f
Commit
fbc1942f
authored
Mar 20, 2023
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add sql.
parent
a373c328
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
1 deletion
+40
-1
线上数据修正SQL记录.sql
线上数据修正SQL记录.sql
+40
-1
No files found.
线上数据修正SQL记录.sql
View file @
fbc1942f
UPDAT
E
project_floor_sub_item
UPDAT
E
project_floor_sub_item
...
@@ -331,6 +331,45 @@ UPDATE bill
...
@@ -331,6 +331,45 @@ UPDATE bill
SET
company_uuid
=
'4cc8ddd218e6410e8584bbfba7c482a1'
SET
company_uuid
=
'4cc8ddd218e6410e8584bbfba7c482a1'
WHERE
company_uuid
=
'435a1484fd9f4433939a2c3feae4bab7'
;
WHERE
company_uuid
=
'435a1484fd9f4433939a2c3feae4bab7'
;
UPDATE
mfg
.
admin
t
SET
t
.
mobile
=
'13551195895'
WHERE
t
.
uuid
LIKE
'988b81e56aba4a4991159442b335d8e8'
ESCAPE
'#'
;
UPDATE
mfg
.
bill_item
t
SET
t
.
should_amount
=
84000
.
00
,
t
.
real_amount
=
0
.
00
,
t
.
amount_completed
=
0
.
00
,
t
.
need_amount
=
84000
.
00
,
t
.
origin_should_amount
=
84000
.
00
,
t
.
late_fee_settlements_count
=
0
WHERE
t
.
uuid
=
1598561648169779202
;
UPDATE
mfg
.
bill_item
t
SET
t
.
settlement_status
=
1
WHERE
t
.
uuid
=
1598561648169779202
;
UPDATE
mfg
.
bill
t
SET
t
.
overdue_status
=
1
,
t
.
has_late_fee
=
0
,
t
.
is_exemptions_late_fee
=
0
,
t
.
exemptions_late_fee_amount
=
0
.
00
,
t
.
settlement_status
=
1
WHERE
t
.
uuid
=
1598561648048144389
;
UPDATE
mfg
.
bill_operation_record
t
SET
t
.
is_delete
=
1
WHERE
t
.
uuid
=
1625320144392810499
;
UPDATE
mfg
.
bill_operation_record
t
SET
t
.
is_delete
=
1
WHERE
t
.
uuid
=
1621423704937922562
;
UPDATE
mfg
.
bill_operation_record
t
SET
t
.
is_delete
=
1
WHERE
t
.
uuid
=
1620607853716373505
;
...
...
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