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
b8fbadbe
Commit
b8fbadbe
authored
May 13, 2022
by
zhoujinhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询sku供应商货号
parent
9afdccf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
purchase_advise.cs
AutoTurnOver.DB/purchase_advise.cs
+1
-1
No files found.
AutoTurnOver.DB/purchase_advise.cs
View file @
b8fbadbe
...
...
@@ -2549,7 +2549,7 @@ where 1=1 ";
sqlWhere
.
Append
(
" AND t2.suppliers_name = @suppliername "
);
}
sqlQuery
.
Append
(
"SELECT t1.plan_nos,t1.bailun_sku, date_format(t1.push_date, '%Y-%m-%d') AS create_order_date,t1.warehouse_code,t3.warehouse_name,t2.sku_title_cn,'' AS supplier_sku,"
);
sqlQuery
.
Append
(
"t1.push_date,t2.unit_price,t1.quantity_actual,t2.suppliers_name "
);
sqlQuery
.
Append
(
"t1.push_date,t2.unit_price,t1.quantity_actual,t2.suppliers_name
,t2.article_number as supplier_sku
"
);
sqlQuery
.
Append
(
sqlWhere
);
sqlQuery
.
Append
(
$" ORDER BY t1.id DESC "
);
if
(
input
.
IsPage
)
...
...
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