Commit dfe1f379 by guanzhenshan

更新sku发货重量差异的数据库连接

parent 99c821f0
......@@ -13,7 +13,7 @@ namespace Bailun.DC.SaveSkuDeliverWeighDiff
{
private Timer _timer;
private readonly string cn_str = "server=gz-cdb-kp7s5i79.sql.tencentcdb.com;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;";
private readonly string cn_str = "server=10.0.8.15;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;";
protected override Task ExecuteAsync(CancellationToken stoppingToken)
{
......
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