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
071a64c8
Commit
071a64c8
authored
Feb 19, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化默认运输方式的时候,需要重新刷新周转
parent
71f9deed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
report.cs
AutoTurnOver.DB/report.cs
+11
-0
Program.cs
AutoTurnOver.Purchase.AverageTarget/Program.cs
+1
-1
No files found.
AutoTurnOver.DB/report.cs
View file @
071a64c8
...
@@ -3995,6 +3995,17 @@ where t1.bailun_order_status != 'Canceled'
...
@@ -3995,6 +3995,17 @@ where t1.bailun_order_status != 'Canceled'
logistics_name
=
""
,
logistics_name
=
""
,
head_transport
=
"fba仓"
.
Equals
(
item
.
hq_type
,
StringComparison
.
OrdinalIgnoreCase
)
?
"海运"
:
"空运"
head_transport
=
"fba仓"
.
Equals
(
item
.
hq_type
,
StringComparison
.
OrdinalIgnoreCase
)
?
"海运"
:
"空运"
});
});
_connection
.
Insert
(
new
dc_base_queue
{
submit_date
=
DateTime
.
Now
,
error_message
=
""
,
consume_date
=
null
,
error_stack_trace
=
""
,
message
=
new
{
bailun_sku
=
item
.
bailun_sku
,
warehouse_code
=
item
.
warehouse_code
}.
ToJson
(),
type
=
"刷新周转表"
,
remarks
=
"初始化默认运输方式"
});
}
}
}
}
...
...
AutoTurnOver.Purchase.AverageTarget/Program.cs
View file @
071a64c8
...
@@ -31,7 +31,7 @@ namespace AutoTurnOver.Purchase.AverageTarget
...
@@ -31,7 +31,7 @@ namespace AutoTurnOver.Purchase.AverageTarget
//PurchaseAverageTargetServices.CalculationTransfer();
//PurchaseAverageTargetServices.CalculationTransfer();
//report.ResetTransExpectArrivaltime();
//report.ResetTransExpectArrivaltime();
//dc_auto_return_goods_config_dao.NewCalculation();
//dc_auto_return_goods_config_dao.NewCalculation();
PurchaseAverageTargetServices
.
Calculation
(
"950282301"
,
days
:
360
);
//
PurchaseAverageTargetServices.Calculation("950282301", days: 360);
//PurchaseAverageTargetServices.CalculationTransfer("942517901", 360);
//PurchaseAverageTargetServices.CalculationTransfer("942517901", 360);
}
}
catch
(
Exception
ex
)
catch
(
Exception
ex
)
...
...
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