Commit 19d63861 by lizefeng

fix

parent c5f8b458
...@@ -192,7 +192,7 @@ namespace AutoTurnOver.DB ...@@ -192,7 +192,7 @@ namespace AutoTurnOver.DB
{ {
if (!chinaWarehouseCodes.Contains(stockItem.warehouse_code)) if (!chinaWarehouseCodes.Contains(stockItem.warehouse_code))
{ {
return; continue;
} }
} }
......
...@@ -48,7 +48,7 @@ namespace ResetOutofstock ...@@ -48,7 +48,7 @@ namespace ResetOutofstock
// report_invest_return_dao.SynchBtmAdFees(); // report_invest_return_dao.SynchBtmAdFees();
//report_invest_return_dao.ShareAdFee(); //report_invest_return_dao.ShareAdFee();
//report_invest_return_dao.SynchBtmOrderRefund(); //report_invest_return_dao.SynchBtmOrderRefund();
//report_invest_return_dao.CalculationStockScore("228441601"); //report_invest_return_dao.CalculationStockScore("962073701");
} }
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