Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
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
data-center-auto
Commits
b577822a
Commit
b577822a
authored
Mar 01, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
8048e533
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dc_auto_turnover.cs
AutoTurnOver.DB/dc_auto_turnover.cs
+1
-1
LmsShipLogisticsDto.cs
AutoTurnOver.Models/ApiDto/LmsShipLogisticsDto.cs
+1
-1
No files found.
AutoTurnOver.DB/dc_auto_turnover.cs
View file @
b577822a
...
@@ -1236,7 +1236,7 @@ from dc_auto_turnover_air where gmt_modified>=@btime and gmt_modified<=@etime
...
@@ -1236,7 +1236,7 @@ from dc_auto_turnover_air where gmt_modified>=@btime and gmt_modified<=@etime
character_skus
=
bailun_sku
,
character_skus
=
bailun_sku
,
startPoint
=
"3"
,
startPoint
=
"3"
,
has_min_freight_unit_price
=
true
,
has_min_freight_unit_price
=
true
,
has_history_order
=
true
has_history_order
=
90
}).
Where
(
s
=>
s
.
min_freight_unit_price
>
1
);
}).
Where
(
s
=>
s
.
min_freight_unit_price
>
1
);
var
logoCeanData
=
logisticsDatas
.
Where
(
s
=>
s
.
TransportType
==
2
).
OrderBy
(
s
=>
s
.
min_freight_unit_price
).
FirstOrDefault
();
var
logoCeanData
=
logisticsDatas
.
Where
(
s
=>
s
.
TransportType
==
2
).
OrderBy
(
s
=>
s
.
min_freight_unit_price
).
FirstOrDefault
();
modalData
.
freight_unit_price_ocean
=
logoCeanData
.
min_freight_unit_price
.
Value
/
(
logoCeanData
.
min_freight_unit_weight
??
1
)
*
(
dc_base_sku_data
.
weight
/
1000
);
modalData
.
freight_unit_price_ocean
=
logoCeanData
.
min_freight_unit_price
.
Value
/
(
logoCeanData
.
min_freight_unit_weight
??
1
)
*
(
dc_base_sku_data
.
weight
/
1000
);
...
...
AutoTurnOver.Models/ApiDto/LmsShipLogisticsDto.cs
View file @
b577822a
...
@@ -47,6 +47,6 @@ namespace AutoTurnOver.Models.ApiDto
...
@@ -47,6 +47,6 @@ namespace AutoTurnOver.Models.ApiDto
public
string
endCountries
{
get
;
set
;
}
=
""
;
public
string
endCountries
{
get
;
set
;
}
=
""
;
public
string
character_skus
{
get
;
set
;
}
=
""
;
public
string
character_skus
{
get
;
set
;
}
=
""
;
public
bool
has_min_freight_unit_price
{
get
;
set
;
}
=
false
;
public
bool
has_min_freight_unit_price
{
get
;
set
;
}
=
false
;
public
bool
has_history_order
{
get
;
set
;
}
=
false
;
public
int
has_history_order
{
get
;
set
;
}
=
0
;
}
}
}
}
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