Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
cab8e1e8
Commit
cab8e1e8
authored
Mar 07, 2025
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-fix' into release
parents
fbcb8d3a
88d23257
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
20250307_split_order_org_charge_update.sql
sql/20250307_split_order_org_charge_update.sql
+1
-1
No files found.
sql/20250307_split_order_org_charge_update.sql
View file @
cab8e1e8
-- 对于拆单订单品名的原收费数据同步拆单后的收费值一致,不保留母订单的收费值
update
ecw_order_item
set
receivable_sea_freight
=
0
,
receivable_clearance_freight
=
0
,
org_charge_num
=
0
,
org_charge_quantity
=
0
,
org_charge_weight
=
0
,
org_charge_volume
=
0
where
order_no
like
(
'%-%'
)
warehouse_in_info
is
not
null
and
deleted
=
0
and
org_charge_num
>
0
;
\ No newline at end of file
update
ecw_order_item
set
receivable_sea_freight
=
0
,
receivable_clearance_freight
=
0
,
org_charge_num
=
0
,
org_charge_quantity
=
0
,
org_charge_weight
=
0
,
org_charge_volume
=
0
where
order_no
like
(
'%-%'
)
AND
warehouse_in_info
is
not
null
and
deleted
=
0
and
org_charge_num
>
0
;
\ No newline at end of file
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