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
149daccd
Commit
149daccd
authored
Mar 16, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 超时时间
parent
9b3f9075
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
daily.cs
AutoTurnOver.DB/daily.cs
+2
-2
No files found.
AutoTurnOver.DB/daily.cs
View file @
149daccd
...
...
@@ -1317,7 +1317,7 @@ and t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code
and has_innersale = 0
and bailun_order_status !='Canceled'
and platform_order_type != '手工单'
"
,
new
{
btime1
,
etime1
,
btime7
,
etime7
,
btime30
,
etime30
,
item
.
bailun_sku
,
item
.
warehouse_code
})
??
new
dc_config_fba_extend_temp_dto
();
"
,
new
{
btime1
,
etime1
,
btime7
,
etime7
,
btime30
,
etime30
,
item
.
bailun_sku
,
item
.
warehouse_code
}
,
commandTimeout
:
0
)
??
new
dc_config_fba_extend_temp_dto
();
_connection
.
Execute
(
$@" update dc_config_fba_extend set
amount_sales_usd_1=@amount_sales_usd_1,
bailun_sku_quantity_ordered_1=@bailun_sku_quantity_ordered_1,
...
...
@@ -1354,7 +1354,7 @@ and t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code
and has_innersale = 0
and bailun_order_status !='Canceled'
and platform_order_type != '手工单'
"
,
new
{
btime_month_1
,
etime_month_1
,
btime_month_2
,
etime_month_2
,
item
.
bailun_sku
,
item
.
warehouse_code
})
??
new
dc_config_fba_extend_temp_dto
();
"
,
new
{
btime_month_1
,
etime_month_1
,
btime_month_2
,
etime_month_2
,
item
.
bailun_sku
,
item
.
warehouse_code
}
,
commandTimeout
:
0
)
??
new
dc_config_fba_extend_temp_dto
();
_connection
.
Execute
(
$@" update dc_config_fba_extend set
amount_sales_usd_month_1=@amount_sales_usd_month_1,
bailun_sku_quantity_ordered_month_1=@bailun_sku_quantity_ordered_month_1,
...
...
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