Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
dda2b5ff
Commit
dda2b5ff
authored
Jul 18, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整物流往来统计报表服务
parent
2839ca42
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
15 deletions
+25
-15
AllotInfo.cs
Bailun.DC.AllotOrderDetail/Models/AllotInfo.cs
+5
-0
dc_base_transfer_info.cs
Bailun.DC.AllotOrderDetail/Models/dc_base_transfer_info.cs
+1
-0
Program.cs
Bailun.DC.AllotOrderDetail/Program.cs
+14
-14
Services.cs
Bailun.DC.AllotOrderDetail/Services.cs
+4
-0
Services.cs
Bailun.DC.DailyLogisticSupplierTransaction/Services.cs
+1
-1
No files found.
Bailun.DC.AllotOrderDetail/Models/AllotInfo.cs
View file @
dda2b5ff
...
...
@@ -161,6 +161,11 @@ namespace Bailun.DC.AllotOrderDetail.Models
/// </summary>
public
List
<
string
>
ChannelName
{
get
;
set
;
}
/// <summary>
/// 完成时间
/// </summary>
public
DateTime
?
CompletionDate
{
get
;
set
;
}
}
public
class
AllotOrderProductItemOutputDto
...
...
Bailun.DC.AllotOrderDetail/Models/dc_base_transfer_info.cs
View file @
dda2b5ff
...
...
@@ -91,5 +91,6 @@ namespace Bailun.DC.AllotOrderDetail.Models
public
DateTime
dc_createtime
{
get
;
set
;
}
public
DateTime
?
finishtime
{
get
;
set
;
}
}
}
Bailun.DC.AllotOrderDetail/Program.cs
View file @
dda2b5ff
...
...
@@ -7,22 +7,22 @@ namespace Bailun.DC.AllotOrderDetail
{
class
Program
{
static
async
Task
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"启动服务 "
+
DateTime
.
Now
.
ToString
(
"yyyy-MM-dd HH:mm:ss"
));
var
builder
=
new
HostBuilder
().
ConfigureServices
((
hostContext
,
services
)
=>
{
services
.
AddHostedService
<
Services
>();
});
//
static async Task Main(string[] args)
//
{
//
Console.WriteLine("启动服务 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
//
var builder = new HostBuilder().ConfigureServices((hostContext, services) =>
//
{
//
services.AddHostedService<Services>();
//
});
await
builder
.
RunConsoleAsync
();
}
//
await builder.RunConsoleAsync();
//
}
//
static void Main(string[] args)
//
{
//
var service = new Services();
//
service.Init();
//
}
static
void
Main
(
string
[]
args
)
{
var
service
=
new
Services
();
service
.
Init
();
}
}
}
Bailun.DC.AllotOrderDetail/Services.cs
View file @
dda2b5ff
...
...
@@ -73,6 +73,9 @@ namespace Bailun.DC.AllotOrderDetail
endtime
=
DateTime
.
Now
;
starttime
=
starttime
.
AddMinutes
(-
3
);
var
total
=
-
1
;
//测试
starttime
=
DateTime
.
Parse
(
"2018-12-05"
);
while
(
total
==
-
1
||
total
>
((
page
-
1
)
*
rows
))
{
...
...
@@ -176,6 +179,7 @@ namespace Bailun.DC.AllotOrderDetail
skuweight
=
0
,
skuweightStr
=
""
,
finishtime
=
item
.
CompletionDate
};
...
...
Bailun.DC.DailyLogisticSupplierTransaction/Services.cs
View file @
dda2b5ff
...
...
@@ -56,7 +56,7 @@ namespace Bailun.DC.DailyLogisticSupplierTransaction
}
}
List
<
string
>
arrSanTong
=
new
List
<
string
>
{
"SPRING"
,
"华得士国际货运代理有限公司"
,
"DHL eCommerce (HK) Ltd"
,
"Globavend"
,
"华得士国际货运代理有限公司(中法)"
,
"DHL ECOMMERCE"
,
"中国邮政集团公司广州市分公司"
,
"华得士国际货运代理有限公司(西班牙)"
,
"华得士国际货运代理有限公司(意大利)"
,
"VALUE ADD SERVICE LIMITED(D)"
,
"金羊城国际物流代理有限公司(T)"
,
"深圳大森林国际货运代理有限公司(T)"
,
"深圳市乐递供应链有限公司(T)"
,
"深圳昊泽货运代理有限公司(T)"
,
"深圳市天纵供应商管理有限公司(T)"
,
"中外运-敦豪广东分公司(T)"
,
"优比速包裹运送(广东)有限公司(T)"
,
"天地国际运输代理(中国)有限公司广州分公司(T)"
,
"HK TWELVE INTERNATIONAL CO., LIMITED(T)"
,
"香港宇通供应链科技有限公司"
,
"深圳市天纵供应商管理有限公司"
,
"香港杜斯塔克科技有限公司"
};
List
<
string
>
arrSanTong
=
new
List
<
string
>
{
"SPRING"
,
"华得士国际货运代理有限公司"
,
"DHL eCommerce (HK) Ltd"
,
"Globavend"
,
"华得士国际货运代理有限公司(中法)"
,
"DHL ECOMMERCE"
,
"中国邮政集团公司广州市分公司"
,
"华得士国际货运代理有限公司(西班牙)"
,
"华得士国际货运代理有限公司(意大利)"
,
"VALUE ADD SERVICE LIMITED(D)"
,
"金羊城国际物流代理有限公司(T)"
,
"深圳大森林国际货运代理有限公司(T)"
,
"深圳市乐递供应链有限公司(T)"
,
"深圳昊泽货运代理有限公司(T)"
,
"深圳市天纵供应商管理有限公司(T)"
,
"中外运-敦豪广东分公司(T)"
,
"优比速包裹运送(广东)有限公司(T)"
,
"天地国际运输代理(中国)有限公司广州分公司(T)"
,
"HK TWELVE INTERNATIONAL CO., LIMITED(T)"
,
"香港宇通供应链科技有限公司"
,
"深圳市天纵供应商管理有限公司"
,
"香港杜斯塔克科技有限公司"
,
"深圳昊泽货运代理有限公司(T)"
};
List
<
string
>
arrMidland
=
new
List
<
string
>
{
"Midlands Associates Ltd"
,
"Midlands Associates Ltd(B)"
};
List
<
string
>
arrHuaYu
=
new
List
<
string
>
{
"橙联平台充值"
,
"江苏天地华宇物联科技有限公司"
};
List
<
string
>
arrRongHeng
=
new
List
<
string
>
{
"深圳荣恒国际物流有限公司(美金)"
,
"深圳荣恒国际物流有限公司(人民币)"
,
"深圳荣恒国际物流有限公司"
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment