Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
platform
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
王琮
platform
Commits
69da8f77
Commit
69da8f77
authored
Oct 19, 2023
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导出文件
parent
614c3699
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
QuestionnaireServiceImpl.java
...a/com/tiptimes/service/impl/QuestionnaireServiceImpl.java
+1
-1
No files found.
src/main/java/com/tiptimes/service/impl/QuestionnaireServiceImpl.java
View file @
69da8f77
...
@@ -3015,7 +3015,7 @@ public class QuestionnaireServiceImpl implements QuestionnaireService {
...
@@ -3015,7 +3015,7 @@ public class QuestionnaireServiceImpl implements QuestionnaireService {
// 判断条件
// 判断条件
List
<
String
[]>
resultList
=
new
ArrayList
<>();
List
<
String
[]>
resultList
=
new
ArrayList
<>();
for
(
String
[]
row
:
result
)
{
for
(
String
[]
row
:
result
)
{
if
(
"是"
.
equals
(
row
[
1
6
])
&&
"是"
.
equals
(
row
[
11
]))
{
if
(
"是"
.
equals
(
row
[
1
5
])
&&
"是"
.
equals
(
row
[
11
]))
{
resultList
.
add
(
row
);
resultList
.
add
(
row
);
}
}
}
}
...
...
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