Commit 229296a6 authored by liudong1993's avatar liudong1993

1

parent aea228ee
...@@ -3197,7 +3197,7 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow ...@@ -3197,7 +3197,7 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow
FileController file = new FileController(); FileController file = new FileController();
try try
{ {
file.UpdateAnnualLeave(); //file.UpdateAnnualLeave();
} }
catch (System.Exception ex) catch (System.Exception ex)
{ {
...@@ -3323,18 +3323,18 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow ...@@ -3323,18 +3323,18 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow
//}).ToRunNow().AndEvery(1).Hours(); //}).ToRunNow().AndEvery(1).Hours();
//定时查询KKDay取消订单信息 //定时查询KKDay取消订单信息
Schedule(() => //Schedule(() =>
{ //{
FileController file = new FileController(); // FileController file = new FileController();
try // try
{ // {
file.SetKKDayOrderStateAndPrice(); // file.SetKKDayOrderStateAndPrice();
} // }
catch (System.Exception ex) // catch (System.Exception ex)
{ // {
LogHelper.Write(ex, "TimingUpdateAnnualLeave_8"); // LogHelper.Write(ex, "TimingUpdateAnnualLeave_8");
} // }
}).ToRunNow().AndEvery(1).Hours(); //}).ToRunNow().AndEvery(1).Hours();
//定时取消未交定金的同业酒店订单 //定时取消未交定金的同业酒店订单
Schedule(() => Schedule(() =>
...@@ -3342,7 +3342,7 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow ...@@ -3342,7 +3342,7 @@ configId, cityId, tcid, orderId, isShowBase, isShowFlight, isShowFeature, isShow
FileController file = new FileController(); FileController file = new FileController();
try try
{ {
file.SetCancelCustomerNotMoneyOrder(); //file.SetCancelCustomerNotMoneyOrder();
} }
catch (Exception ex) 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