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
b5b87546
Commit
b5b87546
authored
Aug 29, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3858213d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
SellOrderModule.cs
REBORN.Module.SellModule/SellOrderModule.cs
+2
-2
SellOrderService.cs
REBORN.Services.SellService/SellOrderService.cs
+3
-4
No files found.
REBORN.Module.SellModule/SellOrderModule.cs
View file @
b5b87546
...
...
@@ -5564,8 +5564,8 @@ namespace REBORN.Module.SellModule
{
var gfiles = new Dictionary<string, object>()
{
{ nameof(RB_Travel_Config.DayNum),t
m
odel.DayNum},
{ nameof(RB_Travel_Config.Title),t
m
odel.Title},
{ nameof(RB_Travel_Config.DayNum),t
ConfigM
odel.DayNum},
{ nameof(RB_Travel_Config.Title),t
ConfigM
odel.Title},
};
var gwheres = new List<WhereHelper>()
{
REBORN.Services.SellService/SellOrderService.cs
View file @
b5b87546
...
...
@@ -6676,10 +6676,9 @@ namespace REBORN.Services.SellService
if
(
dmodel
.
OrderId
>
0
)
{
//修改 需要查询出下单时的价格 及 最低成交价
if
(
tomodel
==
null
)
{
tomodel
=
sellOrderModule
.
GetOrderEntity
(
dmodel
.
OrderId
);
}
tomodel
=
sellOrderModule
.
GetOrderEntity
(
dmodel
.
OrderId
);
if
(
tomodel
==
null
)
{
return
ApiResult
.
ParamIsNull
(
"参数有误,请联系管理员!"
);
...
...
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