Commit e7cc8609 by 泽锋 李

fix

parent 6c14e9a4
......@@ -3012,6 +3012,16 @@ where t2.hq_type='第三方仓库' and
t1.usable_stock>0
)
);
update dc_report_stock_week as t1,
dc_base_sku as t2
set t1.sku_tag = (
case
when t2.buyer_name in ('古艳洋1','张莹霞','张莹霞1','黄镜洁') then '美容SKU'
when t2. product_type_desc != '' then '普货-精准开发'
else '清货'
end
)
where t1.bailun_sku = t2.bailun_sku and t1.week_tag=@week_tag;
", new { btime, etime, week_tag }, commandTimeout: 0);
}
......
......@@ -16,7 +16,7 @@ namespace ResetOutofstock
try
{
var now = DateTime.Now;
report.StockWeekBackUp();
//report.StockWeekBackUp();
//report_cash_flow_dao.CalculationTransferOrder(now.AddMonths(-3), DateTime.Parse(now.AddDays(-1).ToString("yyyy-MM-dd 23:59:59")));
//report_cash_flow_dao.SynchroTransferCost();
}
......
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