Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
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
liudong1993
huatu_API
Commits
3e9b709c
Commit
3e9b709c
authored
Jun 15, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e7223959
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CustomerOrderModule.cs
REBORN.Module.SellModule/CustomerOrderModule.cs
+3
-0
No files found.
REBORN.Module.SellModule/CustomerOrderModule.cs
View file @
3e9b709c
...
@@ -3824,6 +3824,9 @@ namespace REBORN.Module.SellModule
...
@@ -3824,6 +3824,9 @@ namespace REBORN.Module.SellModule
//更新
//更新
foreach
(
var
item
in
updateList
)
foreach
(
var
item
in
updateList
)
{
{
item
.
CurrencyId
=
1
;
item
.
CurrentRate
=
1
;
item
.
Unit_Price
=
Math
.
Round
(
item
.
Money
/
(
item
?.
Num
??
1
),
2
);
var
nmodel
=
dlist
.
Where
(
x
=>
x
.
Id
==
item
.
Id
).
FirstOrDefault
();
var
nmodel
=
dlist
.
Where
(
x
=>
x
.
Id
==
item
.
Id
).
FirstOrDefault
();
if
(
nmodel
!=
null
&&
nmodel
.
Id
>
0
)
if
(
nmodel
!=
null
&&
nmodel
.
Id
>
0
)
{
{
...
...
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