Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
tianjin-cement
Project
Project
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
竹天卫
tianjin-cement
Commits
e8bb0d53
Commit
e8bb0d53
authored
Apr 16, 2021
by
竹天卫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qnet MK/J 检测项校核值计算不正确 优化
parent
95df9ec1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
CheckCountUtil.java
.../java/cn/wise/sc/cement/business/util/CheckCountUtil.java
+1
-1
JZTZCountUtil.java
...n/java/cn/wise/sc/cement/business/util/JZTZCountUtil.java
+9
-9
No files found.
cement-business/src/main/java/cn/wise/sc/cement/business/util/CheckCountUtil.java
View file @
e8bb0d53
...
@@ -829,7 +829,7 @@ public class CheckCountUtil {
...
@@ -829,7 +829,7 @@ public class CheckCountUtil {
BigDecimal
Vad
=
getBigDecimal
(
countMap
.
get
(
"Vad"
));
BigDecimal
Vad
=
getBigDecimal
(
countMap
.
get
(
"Vad"
));
BigDecimal
Mad
=
getBigDecimal
(
countMap
.
get
(
"Mad"
));
BigDecimal
Mad
=
getBigDecimal
(
countMap
.
get
(
"Mad"
));
BigDecimal
Aad
=
getBigDecimal
(
countMap
.
get
(
"Aad"
));
BigDecimal
Aad
=
getBigDecimal
(
countMap
.
get
(
"Aad"
));
Vdaf
=
Vad
.
multiply
(
param100
).
multiply
(
param100
.
subtract
(
Mad
).
subtract
(
Aad
)
);
Vdaf
=
Vad
.
multiply
(
param100
).
divide
(
param100
.
subtract
(
Mad
).
subtract
(
Aad
),
10
,
BigDecimal
.
ROUND_HALF_UP
);
}
}
return
Vdaf
==
null
?
""
:
Vdaf
.
toString
();
return
Vdaf
==
null
?
""
:
Vdaf
.
toString
();
}
}
...
...
cement-business/src/main/java/cn/wise/sc/cement/business/util/JZTZCountUtil.java
View file @
e8bb0d53
...
@@ -15,15 +15,15 @@ import java.util.Map;
...
@@ -15,15 +15,15 @@ import java.util.Map;
public
class
JZTZCountUtil
{
public
class
JZTZCountUtil
{
public
static
final
BigDecimal
NO42
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO42
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO38
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO38
=
new
BigDecimal
(
38
);
public
static
final
BigDecimal
NO35
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO35
=
new
BigDecimal
(
35
);
public
static
final
BigDecimal
NO32
=
new
BigDecimal
(
4
2
);
public
static
final
BigDecimal
NO32
=
new
BigDecimal
(
3
2
);
public
static
final
BigDecimal
NO29
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO29
=
new
BigDecimal
(
29
);
public
static
final
BigDecimal
NO23
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO23
=
new
BigDecimal
(
23
);
public
static
final
BigDecimal
NO20
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO20
=
new
BigDecimal
(
20
);
public
static
final
BigDecimal
NO17
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO17
=
new
BigDecimal
(
17
);
public
static
final
BigDecimal
NO13_5
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO13_5
=
new
BigDecimal
(
13.5
);
public
static
final
BigDecimal
NO10
=
new
BigDecimal
(
42
);
public
static
final
BigDecimal
NO10
=
new
BigDecimal
(
10
);
/**
/**
* 根据Vdaf获取焦渣特征编号对应值
* 根据Vdaf获取焦渣特征编号对应值
...
...
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