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
614c3699
Commit
614c3699
authored
Oct 19, 2023
by
刘鑫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导出文件、修改SQL、修改导出文件头
parent
b21f5b4d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
752 additions
and
140 deletions
+752
-140
QuestionnaireDao.java
src/main/java/com/tiptimes/dao/QuestionnaireDao.java
+4
-4
SigningMentors.java
...ain/java/com/tiptimes/model/exportDTO/SigningMentors.java
+2
-2
QuestionnaireServiceImpl.java
...a/com/tiptimes/service/impl/QuestionnaireServiceImpl.java
+736
-124
Questionnaire.xml
src/main/resources/mapper/Questionnaire.xml
+10
-10
No files found.
src/main/java/com/tiptimes/dao/QuestionnaireDao.java
View file @
614c3699
...
...
@@ -303,10 +303,10 @@ public interface QuestionnaireDao {
@Param
(
"qnYear"
)
Integer
qnYear
,
@Param
(
"createId"
)
String
createId
,
@Param
(
"id77"
)
Integer
id77
,
@Param
(
"id7
6
"
)
Integer
id78
,
@Param
(
"id7
7
"
)
Integer
id79
,
@Param
(
"id
76
"
)
Integer
id80
,
@Param
(
"id
77
"
)
Integer
id81
@Param
(
"id7
8
"
)
Integer
id78
,
@Param
(
"id7
9
"
)
Integer
id79
,
@Param
(
"id
80
"
)
Integer
id80
,
@Param
(
"id
81
"
)
Integer
id81
);
List
<
NationalCompetitionAwards
>
selectNationalCompetitionAwardsListNew
(
...
...
src/main/java/com/tiptimes/model/exportDTO/SigningMentors.java
View file @
614c3699
...
...
@@ -59,13 +59,13 @@ public class SigningMentors {
@ExcelProperty
({
"签约创业导师情况"
,
"指导赛道"
})
private
String
guideTrack
;
@ExcelProperty
({
"签约创业导师情况"
,
"是否发送佐证材料"
})
@ExcelProperty
({
"签约创业导师情况"
,
"是否发送佐证材料
(互联网+)
"
})
private
String
isMaterials
;
@ExcelProperty
({
"签约创业导师情况"
,
"教育部入库创业导师"
})
private
String
mentor
;
@ExcelProperty
({
"签约创业导师情况"
,
"是否发送佐证材料"
})
@ExcelProperty
({
"签约创业导师情况"
,
"是否发送佐证材料
(入库导师)
"
})
private
String
isSupporting
;
public
Integer
getIndex
()
{
...
...
src/main/java/com/tiptimes/service/impl/QuestionnaireServiceImpl.java
View file @
614c3699
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/resources/mapper/Questionnaire.xml
View file @
614c3699
...
...
@@ -1298,7 +1298,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=2
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1329,7 +1329,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=3
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1360,7 +1360,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=4
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1390,7 +1390,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=5
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1426,7 +1426,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=6
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1454,7 +1454,7 @@
MAX(IF(options_id = #{id37}, `value`, NULL)) as record,
MAX(IF(options_id = #{id38}, `value`, NULL)) as phoneNumber,
MAX(IF(options_id = #{id39}, `value`, NULL)) as unit,
MAX(IF(options_id = #{id40}, `value`, NULL)) as position
s
,
MAX(IF(options_id = #{id40}, `value`, NULL)) as position,
MAX(IF(options_id = #{id41}, `value`, NULL)) as theTitle,
MAX(IF(options_id = #{id42}, `value`, NULL)) as signingDate,
MAX(IF(options_id = #{id43}, `value`, NULL)) as contractTime,
...
...
@@ -1470,7 +1470,7 @@
LEFT JOIN t_record
ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=7
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1501,7 +1501,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=8
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1530,7 +1530,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=9
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
@@ -1557,7 +1557,7 @@
FROM t_answer
LEFT JOIN t_record ON t_record.id = t_answer.record_id
<where>
t_record.process_status = 3
t_record.process_status = 3
and t_answer.`group`=10
<if
test=
"createId != null and createId != ''"
>
AND create_id = #{createId}
</if>
...
...
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