Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
3bfa458a
Commit
3bfa458a
authored
Aug 02, 2022
by
Licx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提取时额外收入写入全部科室;添加dataset
parent
99921a57
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
+3
-0
performance/Performance.EntityModels/Context/PerformanceDbContext.cs
+2
-0
performance/Performance.Services/ExtractExcelService/ExtractHelper/ExcelHelper.cs
+1
-1
No files found.
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
View file @
3bfa458a
...
@@ -292,6 +292,9 @@
...
@@ -292,6 +292,9 @@
<member
name=
"P:Performance.EntityModels.PerformanceDbContext.report_performance_person_tags"
>
<member
name=
"P:Performance.EntityModels.PerformanceDbContext.report_performance_person_tags"
>
<summary>
</summary>
<summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.EntityModels.PerformanceDbContext.report_performance_tags"
>
<summary>
</summary>
</member>
<member
name=
"P:Performance.EntityModels.PerformanceDbContext.report_statistics"
>
<member
name=
"P:Performance.EntityModels.PerformanceDbContext.report_statistics"
>
<summary>
</summary>
<summary>
</summary>
</member>
</member>
...
...
performance/Performance.EntityModels/Context/PerformanceDbContext.cs
View file @
3bfa458a
...
@@ -208,6 +208,8 @@ public PerformanceDbContext(DbContextOptions<PerformanceDbContext> options)
...
@@ -208,6 +208,8 @@ public PerformanceDbContext(DbContextOptions<PerformanceDbContext> options)
/// <summary> </summary>
/// <summary> </summary>
public
virtual
DbSet
<
report_performance_person_tags
>
report_performance_person_tags
{
get
;
set
;
}
public
virtual
DbSet
<
report_performance_person_tags
>
report_performance_person_tags
{
get
;
set
;
}
/// <summary> </summary>
/// <summary> </summary>
public
virtual
DbSet
<
report_performance_tags
>
report_performance_tags
{
get
;
set
;
}
/// <summary> </summary>
public
virtual
DbSet
<
report_statistics
>
report_statistics
{
get
;
set
;
}
public
virtual
DbSet
<
report_statistics
>
report_statistics
{
get
;
set
;
}
public
virtual
DbSet
<
report_statistics_selection
>
report_statistics_selection
{
get
;
set
;
}
public
virtual
DbSet
<
report_statistics_selection
>
report_statistics_selection
{
get
;
set
;
}
public
virtual
DbSet
<
report_statistics_selection_record
>
report_statistics_selection_record
{
get
;
set
;
}
public
virtual
DbSet
<
report_statistics_selection_record
>
report_statistics_selection_record
{
get
;
set
;
}
...
...
performance/Performance.Services/ExtractExcelService/ExtractHelper/ExcelHelper.cs
View file @
3bfa458a
...
@@ -241,7 +241,7 @@ public static string NoBlank(this string @string)
...
@@ -241,7 +241,7 @@ public static string NoBlank(this string @string)
public
static
string
GetNo
(
this
string
@string
)
public
static
string
GetNo
(
this
string
@string
)
{
{
var
match
=
Regex
.
Match
(
@string
,
"^(1.[
1
-9].[1-9])|(^[1-9]+.[1-9]+)"
);
var
match
=
Regex
.
Match
(
@string
,
"^(1.[
0
-9].[1-9])|(^[1-9]+.[1-9]+)"
);
return
match
.
Value
;
return
match
.
Value
;
}
}
...
...
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