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
240c46b1
Commit
240c46b1
authored
Feb 14, 2023
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3a7896b7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dc_ana_deviation_dao.cs
AutoTurnOver.DB/dc_ana_deviation_dao.cs
+3
-3
No files found.
AutoTurnOver.DB/dc_ana_deviation_dao.cs
View file @
240c46b1
...
@@ -383,9 +383,9 @@ namespace AutoTurnOver.DB
...
@@ -383,9 +383,9 @@ namespace AutoTurnOver.DB
month7
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-07"
),
month7
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-07"
),
month8
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-08"
),
month8
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-08"
),
month9
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-09"
),
month9
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-09"
),
month10
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-
0
10"
),
month10
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-10"
),
month11
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-
0
11"
),
month11
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-11"
),
month12
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-
0
12"
)
month12
=
GetVal
(
item
.
AsQueryable
(),
$"
{
year
}
-12"
)
};
};
viewDatas
.
Add
(
itemData
);
viewDatas
.
Add
(
itemData
);
...
...
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