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
229296a6
Commit
229296a6
authored
Sep 15, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
aea228ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
FileController.cs
REBORN.WebApi/Controllers/FileController.cs
+14
-14
No files found.
REBORN.WebApi/Controllers/FileController.cs
View file @
229296a6
...
...
@@ -3197,7 +3197,7 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow
FileController
file
=
new
FileController
();
try
{
file
.
UpdateAnnualLeave
();
//
file.UpdateAnnualLeave();
}
catch
(
System
.
Exception
ex
)
{
...
...
@@ -3323,18 +3323,18 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow
//}).ToRunNow().AndEvery(1).Hours();
//定时查询KKDay取消订单信息
Schedule
(()
=>
{
FileController
file
=
new
FileController
();
try
{
file
.
SetKKDayOrderStateAndPrice
();
}
catch
(
System
.
Exception
ex
)
{
LogHelper
.
Write
(
ex
,
"TimingUpdateAnnualLeave_8"
);
}
}).
ToRunNow
().
AndEvery
(
1
).
Hours
();
//
Schedule(() =>
//
{
//
FileController file = new FileController();
//
try
//
{
//
file.SetKKDayOrderStateAndPrice();
//
}
//
catch (System.Exception ex)
//
{
//
LogHelper.Write(ex, "TimingUpdateAnnualLeave_8");
//
}
//
}).ToRunNow().AndEvery(1).Hours();
//定时取消未交定金的同业酒店订单
Schedule
(()
=>
...
...
@@ -3342,7 +3342,7 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow
FileController
file
=
new
FileController
();
try
{
file
.
SetCancelCustomerNotMoneyOrder
();
//
file.SetCancelCustomerNotMoneyOrder();
}
catch
(
Exception
ex
)
{
...
...
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