Commit 59be0e76 by 泽锋 李

修复调拨初始值配置 保存的时候务填写bailunsku 的bug

parent 6e74a725
......@@ -326,7 +326,7 @@ namespace AutoTurnOver.Services
m.variable_name = objProduct.sku_title_cn;
}
m.bailun_sku = (m.bailun_sku ?? "");
return DB.db_config.SaveConfigDelivery(m, username);
}
......
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