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
f09a4e98
Commit
f09a4e98
authored
Mar 12, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
21f1f60b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TravelContractModule.cs
REBORN.Module.DMCModule/TravelContractModule.cs
+2
-2
No files found.
REBORN.Module.DMCModule/TravelContractModule.cs
View file @
f09a4e98
...
...
@@ -328,13 +328,13 @@ namespace REBORN.Module.DMCModule
if
(
flag
)
{
if
(
model
.
IsApplyContract
==
1
)
{
TourismContractService
service
=
GetContractService
(
model
.
RB_Group_Id
??
0
,
model
.
RB_Branch_Id
??
0
,
out
string
cmsg
);
Model
.
Entity
.
Dmc
.
RB_Contract
htModel
=
contractRepository
.
GetEntity
(
model
.
Id
);
TourismContractService
service
=
GetContractService
(
htModel
.
RB_Group_Id
??
0
,
htModel
.
RB_Branch_Id
??
0
,
out
string
cmsg
);
if
(
cmsg
!=
""
)
{
return
flag
;
}
Console
.
WriteLine
(
"1"
);
//审核通过, 同步上传合同至 公众号
Model
.
Entity
.
Dmc
.
RB_Contract
htModel
=
contractRepository
.
GetEntity
(
model
.
Id
);
if
(
string
.
IsNullOrEmpty
(
htModel
.
UnionGuestIds
))
{
return
flag
;
}
//注意默认值 正式需要删除
...
...
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