Commit 4426e865 by 泽锋 李

库容流水类型描述修改

parent ef4f9dc5
...@@ -102,8 +102,8 @@ namespace AutoTurnOver.Models ...@@ -102,8 +102,8 @@ namespace AutoTurnOver.Models
public enum dc_base_storage_capacity_log_enum public enum dc_base_storage_capacity_log_enum
{ {
入库 =1, 增加库容 =1,
出库 = 2, 扣减库容 = 2,
导入 = 3, 导入 = 3,
调拨单驳回 = 5 调拨单驳回 = 5
} }
......
...@@ -30,6 +30,7 @@ namespace ResetOutofstock ...@@ -30,6 +30,7 @@ namespace ResetOutofstock
//dc_base_transfer_freight_dao.Init(); //dc_base_transfer_freight_dao.Init();
//daily.ResetFbaExtendSales(DateTime.Now); //daily.ResetFbaExtendSales(DateTime.Now);
dc_base_mother_sku_dao.ResetTurnOver("","");
} }
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