Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
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
zhangkb
indicators
Commits
c422a57c
Commit
c422a57c
authored
Feb 08, 2023
by
dengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指标积分规则管理,新增公式积分添加YYCD原烟纯度公式
parent
092bfafa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
IndScorecard.java
...obile/indicators/model/entity/scorecard/IndScorecard.java
+2
-0
DriveIndDefService.java
...bile/indicators/service/hytobacco/DriveIndDefService.java
+4
-0
No files found.
src/main/java/com/keymobile/indicators/model/entity/scorecard/IndScorecard.java
View file @
c422a57c
...
@@ -44,6 +44,8 @@ public class IndScorecard {
...
@@ -44,6 +44,8 @@ public class IndScorecard {
private
Double
bestIndScore
;
//最佳指标分
private
Double
bestIndScore
;
//最佳指标分
private
Double
worstIndScore
;
//最差指标分
private
Double
worstIndScore
;
//最差指标分
private
String
otherCalFormula
;
//其他计算公式
private
String
otherCalFormula
;
//其他计算公式
// 2023年2月7日17:20:32 -- 邓威
private
String
otherCalFormulaDesc
;
//其他计算公式详情
//改善提升
//改善提升
private
String
isIncluScore
;
//是否纳入单位计分 0:不纳入 1:纳入
private
String
isIncluScore
;
//是否纳入单位计分 0:不纳入 1:纳入
private
Double
limitScore
;
//上限分数
private
Double
limitScore
;
//上限分数
...
...
src/main/java/com/keymobile/indicators/service/hytobacco/DriveIndDefService.java
View file @
c422a57c
...
@@ -186,6 +186,10 @@ public class DriveIndDefService {
...
@@ -186,6 +186,10 @@ public class DriveIndDefService {
public
void
delete
(
List
<
String
>
indIds
)
throws
Exception
{
public
void
delete
(
List
<
String
>
indIds
)
throws
Exception
{
driveIndDefMapper
.
deleteByIdIn
(
indIds
);
driveIndDefMapper
.
deleteByIdIn
(
indIds
);
driveIndDefVersionService
.
updateIsDeleteStatusByIndIdIn
(
indIds
,
"1"
);
//标识已删除
driveIndDefVersionService
.
updateIsDeleteStatusByIndIdIn
(
indIds
,
"1"
);
//标识已删除
// 遍历所有的指标id,删除指标关联的组内指标
for
(
String
indId
:
indIds
)
{
taskRuleIndicatorMapper
.
deleteByParentIndId
(
indId
);
}
}
}
public
Map
<
String
,
Object
>
getByPageAndKeyword
(
Integer
catalogId
,
String
keyword
,
public
Map
<
String
,
Object
>
getByPageAndKeyword
(
Integer
catalogId
,
String
keyword
,
...
...
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