Commit 229296a6 authored by liudong1993's avatar liudong1993

1

parent aea228ee
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment