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
f645bd2f
Commit
f645bd2f
authored
Mar 09, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b5a56302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ApiUtility.cs
AutoTurnOver.DB/ApiUtility.cs
+2
-2
No files found.
AutoTurnOver.DB/ApiUtility.cs
View file @
f645bd2f
...
@@ -611,7 +611,7 @@ t1.transport_type as 'transport_type_str'
...
@@ -611,7 +611,7 @@ t1.transport_type as 'transport_type_str'
from dc_base_transfer_plan as t1
from dc_base_transfer_plan as t1
left join dc_base_warehouse as t2 on t1.warehouse_code = t2.warehouse_code
left join dc_base_warehouse as t2 on t1.warehouse_code = t2.warehouse_code
where t1.`status`=1 and t2.hq_type not IN ('国内仓','fba仓') and t1.deleted=0
where t1.`status`=1 and t2.hq_type not IN ('国内仓','fba仓') and t1.deleted=0
and t1.sku=@bailun_sku and t1.warehouse_code=@warehouse_code
and t1.
bailun_
sku=@bailun_sku and t1.warehouse_code=@warehouse_code
"
,
parameters
).
ToList
();
"
,
parameters
).
ToList
();
if
(
plan_orders
!=
null
&&
plan_orders
.
Count
>=
1
)
if
(
plan_orders
!=
null
&&
plan_orders
.
Count
>=
1
)
{
{
...
@@ -627,7 +627,7 @@ and t1.sku=@bailun_sku and t1.warehouse_code=@warehouse_code
...
@@ -627,7 +627,7 @@ and t1.sku=@bailun_sku and t1.warehouse_code=@warehouse_code
datas
[
0
].
product_count_2
=
transDatas
.
Where
(
s
=>
s
.
transport_type_str
==
"空运"
).
Sum
(
s
=>
s
.
count
);
datas
[
0
].
product_count_2
=
transDatas
.
Where
(
s
=>
s
.
transport_type_str
==
"空运"
).
Sum
(
s
=>
s
.
count
);
// 在库库存分析
// 在库库存分析
var
logs
=
_connection
.
Query
<
order_transfer_status_log
>(
" select * from order_transfer_status_log where t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code and is_delete=0 "
,
parameters
);
return
datas
;
return
datas
;
}
}
...
...
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