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
0657b028
Commit
0657b028
authored
Mar 11, 2021
by
竹天卫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
daf2fceb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
CheckCountUtil.java
.../java/cn/wise/sc/cement/business/util/CheckCountUtil.java
+6
-6
No files found.
cement-business/src/main/java/cn/wise/sc/cement/business/util/CheckCountUtil.java
View file @
0657b028
...
...
@@ -663,9 +663,9 @@ public class CheckCountUtil {
*/
public
static
String
countVad1
(
Map
<
String
,
String
>
resultMap
,
Map
<
String
,
String
>
countMap
)
{
BigDecimal
count
=
null
;
if
(
StringUtils
.
isNotBlank
(
coun
tMap
.
get
(
"样重V1"
))
&&
StringUtils
.
isNotBlank
(
coun
tMap
.
get
(
"皿重V1"
))
&&
StringUtils
.
isNotBlank
(
coun
tMap
.
get
(
"烧重V1"
))
&&
if
(
StringUtils
.
isNotBlank
(
resul
tMap
.
get
(
"样重V1"
))
&&
StringUtils
.
isNotBlank
(
resul
tMap
.
get
(
"皿重V1"
))
&&
StringUtils
.
isNotBlank
(
resul
tMap
.
get
(
"烧重V1"
))
&&
StringUtils
.
isNotBlank
(
countMap
.
get
(
"报出_Mad"
))
){
BigDecimal
YZ_V1
=
getBigDecimal
(
resultMap
.
get
(
"样重V1"
).
trim
());
...
...
@@ -689,9 +689,9 @@ public class CheckCountUtil {
*/
public
static
String
countVad2
(
Map
<
String
,
String
>
resultMap
,
Map
<
String
,
String
>
countMap
)
{
BigDecimal
count
=
null
;
if
(
StringUtils
.
isNotBlank
(
coun
tMap
.
get
(
"样重V2"
))
&&
StringUtils
.
isNotBlank
(
coun
tMap
.
get
(
"皿重V2"
))
&&
StringUtils
.
isNotBlank
(
coun
tMap
.
get
(
"烧重V2"
))
&&
if
(
StringUtils
.
isNotBlank
(
resul
tMap
.
get
(
"样重V2"
))
&&
StringUtils
.
isNotBlank
(
resul
tMap
.
get
(
"皿重V2"
))
&&
StringUtils
.
isNotBlank
(
resul
tMap
.
get
(
"烧重V2"
))
&&
StringUtils
.
isNotBlank
(
countMap
.
get
(
"报出_Mad"
))
){
BigDecimal
YZ_V2
=
getBigDecimal
(
resultMap
.
get
(
"样重V2"
));
...
...
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