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
efd0ac30
Commit
efd0ac30
authored
Mar 28, 2019
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段调整
parent
42106977
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
performance/Performance.EntityModels/Entity/res_specialunit.cs
+2
-2
performance/Performance.Services/AllotCompute/ResultComputeService.cs
+2
-2
No files found.
performance/Performance.EntityModels/Entity/res_specialunit.cs
View file @
efd0ac30
...
@@ -90,11 +90,11 @@ public class res_specialunit
...
@@ -90,11 +90,11 @@ public class res_specialunit
/// <summary>
/// <summary>
/// 应发绩效
/// 应发绩效
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
Should
Fee
{
get
;
set
;
}
public
Nullable
<
decimal
>
Give
Fee
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 实发绩效
/// 实发绩效
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
GiveFee
{
get
;
set
;
}
public
Nullable
<
decimal
>
Real
GiveFee
{
get
;
set
;
}
}
}
}
}
performance/Performance.Services/AllotCompute/ResultComputeService.cs
View file @
efd0ac30
...
@@ -123,8 +123,8 @@ public void SpecialUnitCompute(PerExcel excel, per_allot allot, List<res_baiscno
...
@@ -123,8 +123,8 @@ public void SpecialUnitCompute(PerExcel excel, per_allot allot, List<res_baiscno
Punishment
=
t
.
Punishment
,
Punishment
=
t
.
Punishment
,
Adjust
=
t
.
Adjust
,
Adjust
=
t
.
Adjust
,
Avg
=
t
.
Quantity
*
t
.
QuantitativeIndicatorsValue
/
t
.
Number
,
Avg
=
t
.
Quantity
*
t
.
QuantitativeIndicatorsValue
/
t
.
Number
,
Should
Fee
=
t
.
Quantity
*
t
.
QuantitativeIndicatorsValue
,
Give
Fee
=
t
.
Quantity
*
t
.
QuantitativeIndicatorsValue
,
GiveFee
=
(
t
.
Quantity
*
t
.
QuantitativeIndicatorsValue
+
t
.
OtherPerfor
+
t
.
Punishment
)
*
t
.
Adjust
,
Real
GiveFee
=
(
t
.
Quantity
*
t
.
QuantitativeIndicatorsValue
+
t
.
OtherPerfor
+
t
.
Punishment
)
*
t
.
Adjust
,
};
};
resDataList
.
Add
(
res
);
resDataList
.
Add
(
res
);
}
}
...
...
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