Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
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
gavelinfo
kwell-mes
Commits
b03ab1ea
Commit
b03ab1ea
authored
May 27, 2022
by
yff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BUG
parent
603fff84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
KmesBoardServiceImpl.java
...va/com/gavel/kwell/service/impl/KmesBoardServiceImpl.java
+2
-2
No files found.
gavel/src/main/java/com/gavel/kwell/service/impl/KmesBoardServiceImpl.java
View file @
b03ab1ea
...
...
@@ -291,11 +291,11 @@ public class KmesBoardServiceImpl extends BaseEditServiceImpl implements KmesBoa
cecount
=
kmesBoardDao
.
queryZtsl
(
ceids
);
}
if
(
StringUtils
.
isNotEmpty
(
lhztIdsStr
))
{
String
[]
lhids
=
zp
ztIdsStr
.
split
(
","
);
String
[]
lhids
=
lh
ztIdsStr
.
split
(
","
);
lhcount
=
kmesBoardDao
.
queryZtsl
(
lhids
);
}
if
(
StringUtils
.
isNotEmpty
(
jyztIdsStr
))
{
String
[]
jyids
=
zp
ztIdsStr
.
split
(
","
);
String
[]
jyids
=
jy
ztIdsStr
.
split
(
","
);
jycount
=
kmesBoardDao
.
queryZtsl
(
jyids
);
}
maps
.
put
(
KwellParamEnum
.
DASHBOARD_ZPZT
.
getId
(),
zpcount
);
...
...
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