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
12c7c6c4
Commit
12c7c6c4
authored
Apr 27, 2023
by
仲光辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add sql.
parent
fc50afb7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
1 deletion
+46
-1
线上数据修正SQL记录.sql
线上数据修正SQL记录.sql
+46
-1
No files found.
线上数据修正SQL记录.sql
View file @
12c7c6c4
UPDAT
E
project_floor_sub_item
UPDAT
E
project_floor_sub_item
...
@@ -527,6 +527,51 @@ UPDATE mfg.project_unit_rental t
...
@@ -527,6 +527,51 @@ UPDATE mfg.project_unit_rental t
SET
t
.
delete_time
=
null
SET
t
.
delete_time
=
null
WHERE
t
.
uuid
LIKE
'098435f10486469c93626eb62288bbd6'
ESCAPE
'#'
;
WHERE
t
.
uuid
LIKE
'098435f10486469c93626eb62288bbd6'
ESCAPE
'#'
;
UPDATE
mfg
.
bill_item
t
SET
t
.
should_amount
=
104032
.
80
,
t
.
amount_completed
=
104032
.
80
WHERE
t
.
uuid
=
1600318217807994881
;
UPDATE
mfg
.
bill_item
t
SET
t
.
should_amount
=
8669
.
40
,
t
.
amount_completed
=
8669
.
40
WHERE
t
.
uuid
=
1600318217799606273
;
UPDATE
mfg
.
bill_item
t
SET
t
.
should_amount
=
27742
.
08
,
t
.
amount_completed
=
27742
.
08
WHERE
t
.
uuid
=
1600318217803800578
;
UPDATE
mfg
.
contract_clause_pay_rent_setting
t
SET
t
.
unit_price
=
76000
.
00
WHERE
t
.
uuid
=
1643079068573827073
;
UPDATE
bill_item
SET
should_amount
=
76000
,
origin_should_amount
=
76000
,
need_amount
=
76000
,
final_unit_price
=
76000
WHERE
contract_uuid
=
1595018761433378818
AND
fee_type
=
'租金'
AND
final_unit_price
=
152000
.
00
;
UPDATE
mfg
.
bill_item
t
SET
t
.
amount
=
0
.
00
,
t
.
should_amount
=
0
.
00
,
t
.
need_amount
=
0
.
00
,
t
.
origin_should_amount
=
0
.
00
WHERE
t
.
uuid
=
1643079072201900034
;
UPDATE
bill_item
SET
amount
=
76000
WHERE
contract_uuid
=
1595018761433378818
AND
fee_type
=
'租金'
AND
should_amount
=
76000
;
...
...
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