Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
Jst.Domain.Lims.Timeliness.V4.5
Project
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
陶然
Jst.Domain.Lims.Timeliness.V4.5
Commits
7c526014
Commit
7c526014
authored
Jan 02, 2024
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
8c9f3c26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
RestfulTimeliness.cs
Src/RestfulTimeliness.cs
+12
-0
No files found.
Src/Properties/AssemblyInfo.cs
View file @
7c526014
...
...
@@ -32,6 +32,6 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.202
3.1218
0")]
[assembly: AssemblyFileVersion("5.4.202
3.1218
0")]
[assembly: AssemblyVersion("5.4.202
4.102
0")]
[assembly: AssemblyFileVersion("5.4.202
4.102
0")]
Src/RestfulTimeliness.cs
View file @
7c526014
...
...
@@ -14,6 +14,12 @@ namespace Jst.Lims.Timeliness
[
Api
(
Description
=
"时效统计"
)]
public
class
TimelineStatistic
{
public
Guid
Kvid
{
get
;
set
;
}
public
Guid
RootKvid
{
get
;
set
;
}
public
Guid
ParentKvid
{
get
;
set
;
}
public
string
OwnerName
{
get
;
set
;
}
public
Guid
OwnerKvid
{
get
;
set
;
}
//当前节点所属部门
...
...
@@ -103,6 +109,9 @@ namespace Jst.Lims.Timeliness
query
.
OrderBy
<
Report
>(
o
=>
o
.
DeadDate
);
query
.
Select
<
Timeline
,
Report
>((
o
,
r
)
=>
new
{
o
.
Kvid
,
o
.
RootKvid
,
o
.
ParentKvid
,
o
.
OwnerKvid
,
o
.
OwnerName
,
r
.
ReportId
,
...
...
@@ -293,6 +302,9 @@ namespace Jst.Lims.Timeliness
query
.
OrderBy
<
Report
>(
o
=>
o
.
DealDate
);
query
.
Select
<
Timeline
,
Report
>((
o
,
r
)
=>
new
{
o
.
Kvid
,
o
.
RootKvid
,
o
.
ParentKvid
,
o
.
OwnerKvid
,
o
.
OwnerName
,
r
.
ReportId
,
...
...
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