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
febc1ac4
Commit
febc1ac4
authored
Aug 01, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
刊登报表 商品编码 改成内部商品编码
parent
d6750d0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
dc_auto_stock_monitor_dao.cs
AutoTurnOver.DB/dc_auto_stock_monitor_dao.cs
+3
-2
listing_status_view_dto.cs
AutoTurnOver.Models/listing_status_view_dto.cs
+1
-0
No files found.
AutoTurnOver.DB/dc_auto_stock_monitor_dao.cs
View file @
febc1ac4
...
...
@@ -90,6 +90,7 @@ tw.warehouse_code,
t1.bailun_sku as 'base_bailun_sku',
t1.sku_title_cn,
t1.product_code,
t1.product_inner_code,
t1.buyer_name,
t1.brand,
t1.weight,
...
...
@@ -166,8 +167,8 @@ where tdb.usable_stock>0 ";
}
if
(!
string
.
IsNullOrWhiteSpace
(
search
.
product_code
))
{
sql
+=
" and t1.product_
code =@product
_code "
;
parameters
.
Add
(
"product_code"
,
search
.
product_code
);
sql
+=
" and t1.product_
inner_code =@product_inner
_code "
;
parameters
.
Add
(
"product_
inner_
code"
,
search
.
product_code
);
}
if
(
search
.
listing_status
==
1
)
{
...
...
AutoTurnOver.Models/listing_status_view_dto.cs
View file @
febc1ac4
...
...
@@ -11,6 +11,7 @@ namespace AutoTurnOver.Models
public
class
listing_status_view_dto
{
public
string
hq_type
{
get
;
set
;
}
public
string
product_inner_code
{
get
;
set
;
}
public
string
source_str
{
get
...
...
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