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
cc26dd1a
Commit
cc26dd1a
authored
Mar 10, 2021
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5f7fa463
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
dc_base_transfer_freight_dao.cs
AutoTurnOver.DB/dc_base_transfer_freight_dao.cs
+4
-0
Program.cs
ResetOutofstock/Program.cs
+2
-1
No files found.
AutoTurnOver.DB/dc_base_transfer_freight_dao.cs
View file @
cc26dd1a
...
@@ -217,6 +217,10 @@ where t1.`code`=@code limit 1
...
@@ -217,6 +217,10 @@ where t1.`code`=@code limit 1
}
}
}
}
else
{
data_log
.
formula
=
$" ( 在途总运费
{
Math
.
Round
(
data_log
.
freight
)}
+ 在库总运费 0 ) / ( 在途总数量
{
sum_quantity
}
+ 在库总数量 0 )"
;
}
_connection
.
Insert
(
data_log
);
_connection
.
Insert
(
data_log
);
var
mainData
=
new
dc_base_transfer_freight
var
mainData
=
new
dc_base_transfer_freight
...
...
ResetOutofstock/Program.cs
View file @
cc26dd1a
...
@@ -24,7 +24,8 @@ namespace ResetOutofstock
...
@@ -24,7 +24,8 @@ namespace ResetOutofstock
//dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData(true);
//dc_base_trans_temp_schedule_dao.SynchroTransTempScheduleData(true);
//dc_auto_turnover.CalculationProfitAnalysis("LM-EO-007", "MMDUSFBA");
//dc_auto_turnover.CalculationProfitAnalysis("LM-EO-007", "MMDUSFBA");
//dc_auto_turnover.SynchroCalculationProfitAnalysis();
//dc_auto_turnover.SynchroCalculationProfitAnalysis();
//dc_base_transfer_freight_dao.CalculationSingle("LM-EO-007", "MMDUSFBA");
//dc_base_transfer_freight_dao.CalculationSingle("944913201", "MMDUSFBA");
//dc_base_transfer_freight_dao.Init();
//dc_base_transfer_freight_dao.Init();
}
}
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