Commit 56a951fc by guanzhenshan

增加保存调拨单详情服务

parent c87cefe1
......@@ -49,10 +49,7 @@ namespace Bailun.DC.DailyPlatformAccountBalance
Console.WriteLine("开始启动更新资产负债表平台余额字段 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
UpdateBalanceSheet(DateTime.Now.AddDays(-1));
Console.WriteLine("结束更新资产负债表平台余额字段 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
}
}
catch (Exception ex)
{
......
......@@ -118,3 +118,10 @@ services:
context: .
dockerfile: Bailun.DC.DailyPlatformAccountBalance/Dockerfile
bailun.dc.allotorderdetail:
image: ${DOCKER_REGISTRY}bailundcallotorderdetail
build:
context: .
dockerfile: ../Bailun.DC.AllotOrderDetail/Dockerfile
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