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
25ce5a8f
Commit
25ce5a8f
authored
Jan 27, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
抓取数据时,清理已经删除的数据
parent
c7a43f9c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
daily.cs
AutoTurnOver.DB/daily.cs
+0
-0
dc_base_prod_order_dao.cs
AutoTurnOver.DB/dc_base_prod_order_dao.cs
+3
-0
order_transfer_full_link_dto.cs
AutoTurnOver.Models/order_transfer_full_link_dto.cs
+11
-2
No files found.
AutoTurnOver.DB/daily.cs
View file @
25ce5a8f
This diff is collapsed.
Click to expand it.
AutoTurnOver.DB/dc_base_prod_order_dao.cs
View file @
25ce5a8f
...
...
@@ -143,6 +143,9 @@ namespace AutoTurnOver.DB
}
// 清理已经删除的数据
_connection
.
Execute
(
" delete from dc_base_prod_order where is_delete=1 "
);
new_task_synchro_log
.
count
=
count
;
new_task_synchro_log
.
status
=
1
;
...
...
AutoTurnOver.Models/order_transfer_full_link_dto.cs
View file @
25ce5a8f
...
...
@@ -22,9 +22,18 @@ namespace AutoTurnOver.Models
public
string
product_type_desc
{
get
;
set
;
}
public
int
?
forecast_type
{
get
;
set
;
}
public
string
order_no
{
get
;
set
;
}
public
string
trackingno
{
get
;
set
;
}
public
string
transporttype
{
get
;
set
;
}
public
string
dataid
{
get
;
set
;
}
public
string
channelname
{
get
;
set
;
}
public
string
trackingno
{
get
;
set
;
}
public
string
transfer_no
{
get
;
set
;
}
public
string
box_id
{
get
;
set
;
}
public
DateTime
?
node_date
{
get
;
set
;
}
public
string
node_name
{
get
;
set
;
}
public
DateTime
?
expectarrivaltime
{
get
;
set
;
}
public
decimal
?
surplus_node_days
{
get
;
set
;
}
public
decimal
?
node_expectarrivaltime
{
get
;
set
;
}
public
string
logistics_code
{
get
;
set
;
}
public
string
logistics_name
{
get
;
set
;
}
}
}
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