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
1b441da2
Commit
1b441da2
authored
Sep 22, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
93e472a4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
TravelContractModule.cs
REBORN.Module.DMCModule/TravelContractModule.cs
+5
-5
MergeCommissionService.cs
REBORN.Services.CommissionService/MergeCommissionService.cs
+1
-1
No files found.
REBORN.Module.DMCModule/TravelContractModule.cs
View file @
1b441da2
...
...
@@ -361,9 +361,9 @@ namespace REBORN.Module.DMCModule
//注意默认值 正式需要删除
//注意默认值 正式需要删除
htModel
.
Client_Name
=
"刘东"
;
htModel
.
Client_IDCardNum
=
"510112199301013617"
;
htModel
.
Client_Call
=
"18328620563"
;
//
htModel.Client_Name = "刘东";
//
htModel.Client_IDCardNum = "510112199301013617";
//
htModel.Client_Call = "18328620563";
CreateContractToLYJ
(
service
,
htModel
);
}
}
...
...
@@ -1028,7 +1028,7 @@ namespace REBORN.Module.DMCModule
if
(
string
.
IsNullOrEmpty
(
htModel
.
GuestJson
))
{
return
flag
;
}
//注意默认值 正式需要删除
htModel
.
Tourists_Tel
=
"18328620563"
;
//
htModel.Tourists_Tel = "18328620563";
#
region
初始化旅游局
Key
TourismContractService
service
=
GetContractService
(
htModel
.
RB_Group_Id
??
0
,
htModel
.
RB_Branch_Id
??
0
,
out
string
cmsg
);
if
(
cmsg
!=
""
)
{
LogHelper
.
Write
(
"初始化旅游局Key失败:"
+
cmsg
);
return
false
;
}
...
...
@@ -1055,7 +1055,7 @@ namespace REBORN.Module.DMCModule
if
(
string
.
IsNullOrEmpty
(
htModel
.
GuestJson
))
{
return
false
;
}
//注意默认值 正式需要删除
htModel
.
Tourists_Tel
=
"18328620563"
;
//
htModel.Tourists_Tel = "18328620563";
#
region
初始化旅游局
Key
TourismContractService
service
=
GetContractService
(
htModel
.
RB_Group_Id
??
0
,
htModel
.
RB_Branch_Id
??
0
,
out
string
cmsg
);
if
(
cmsg
!=
""
)
{
LogHelper
.
Write
(
"初始化旅游局Key失败:"
+
cmsg
);
return
false
;
}
...
...
REBORN.Services.CommissionService/MergeCommissionService.cs
View file @
1b441da2
...
...
@@ -2515,7 +2515,7 @@ namespace REBORN.Services.CommissionService
{
return
ApiResult
.
ParamIsNull
(
"请选择分月"
);
}
string
msg
=
mergeCommissionModule
.
Set
YNSale
CommissionSend
(
Month
,
IsForceSend
,
userInfo
);
string
msg
=
mergeCommissionModule
.
Set
SingleOrder
CommissionSend
(
Month
,
IsForceSend
,
userInfo
);
if
(
msg
==
""
)
{
return
ApiResult
.
Success
();
...
...
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