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
dc9f1c24
Commit
dc9f1c24
authored
Feb 09, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2b3168e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
VisaModule.cs
REBORN.Module.DMCModule/VisaModule.cs
+10
-0
No files found.
REBORN.Module.DMCModule/VisaModule.cs
View file @
dc9f1c24
...
@@ -3151,6 +3151,16 @@ TEL:03-3779-9111";
...
@@ -3151,6 +3151,16 @@ TEL:03-3779-9111";
var
guestList
=
new
List
<
RB_Travel_Guest_Extend
>();
var
guestList
=
new
List
<
RB_Travel_Guest_Extend
>();
if
(
model
.
Id
>
0
)
if
(
model
.
Id
>
0
)
{
{
if
(
VisaProductModel
.
Id
==
0
)
//签证要新增
{
var
hotelId
=
sell_VisaProductRepository
.
Insert
(
VisaProductModel
,
trans
);
if
(
hotelId
>
0
)
{
VisaProductModel
.
Id
=
hotelId
;
model
.
VisaId
=
hotelId
;
}
}
visaOrderId
=
model
.
Id
;
visaOrderId
=
model
.
Id
;
guestList
=
GuestRepository
.
GetPeopleList
(
new
RB_Travel_Guest_Extend
{
OrderId
=
visaOrderId
,
IsAllograph
=
1
}).
OrderByDescending
(
x
=>
x
.
Id
).
ToList
();
guestList
=
GuestRepository
.
GetPeopleList
(
new
RB_Travel_Guest_Extend
{
OrderId
=
visaOrderId
,
IsAllograph
=
1
}).
OrderByDescending
(
x
=>
x
.
Id
).
ToList
();
if
(
model
.
PeopleNum
<
tempModel
.
PeopleNum
&&
model
.
VisaPlanId
>
0
)
//小于之前的人数就删除
if
(
model
.
PeopleNum
<
tempModel
.
PeopleNum
&&
model
.
VisaPlanId
>
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