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
0b262979
Commit
0b262979
authored
Jun 25, 2023
by
赵桢
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/main/resources/mapper/Questionnaire.xml
parents
9afb654d
042719e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
27 deletions
+35
-27
Questionnaire.xml
src/main/resources/mapper/Questionnaire.xml
+34
-26
questionnaire_Administration_Tnew.jsp
...-INF/page/education/questionnaire_Administration_Tnew.jsp
+1
-1
No files found.
src/main/resources/mapper/Questionnaire.xml
View file @
0b262979
...
...
@@ -1057,31 +1057,31 @@
</where>
ORDER BY create_time DESC
</select>
<!-- <select id="selectRecordList1" resultType="com.tiptimes.model.Record">--
>
<!-- SELECT-->
<!-- process_status as 'processStatus',-->
<!-- reason as 'reason',-->
<!-- create_by as 'createBy',-->
<!-- phone_number as 'phoneNumber',-->
<!-- qn_year as 'qnYear',-->
<!-- write_people as 'writePeople',-->
<!-- id as 'id',-->
<!-- create_time as 'createTime',-->
<!-- questionnaire_uuid as 'questionnaireUuid',-->
<!-- questionnaire_name as 'questionnaireName',-->
<!-- create_id as 'createId'-->
<!-- from t_record-->
<!-- <where>--
>
<!-- t_record.process_status = '3'-->
<!-- <if test="qnYear == null or qnYear == ''"><!– 年份 –>
-->
<!-- AND qn_year = YEAR(NOW())-->
<!-- </if>--
>
<!-- <if test="qnYear != null and qnYear != ''"><!– 年份 –>
-->
<!-- AND qn_year = #{qnYear}-->
<!-- </if>--
>
<!-- </where>--
>
<!-- ORDER BY create_time DESC-->
<!-- </select>--
>
<select
id=
"selectRecordList1"
resultType=
"com.tiptimes.model.Record"
>
SELECT
process_status as 'processStatus',
reason as 'reason',
create_by as 'createBy',
phone_number as 'phoneNumber',
qn_year as 'qnYear',
write_people as 'writePeople',
id as 'id',
create_time as 'createTime',
questionnaire_uuid as 'questionnaireUuid',
questionnaire_name as 'questionnaireName',
create_id as 'createId'
from t_record
<where
>
t_record.process_status = '3'
<if
test=
"qnYear == null or qnYear == ''"
>
<!-- 年份
-->
AND qn_year = YEAR(NOW())
</if
>
<if
test=
"qnYear != null and qnYear != ''"
>
<!-- 年份
-->
AND qn_year = #{qnYear}
</if
>
</where
>
ORDER BY create_time DESC
</select
>
<select
id=
"AboutViewListCopy"
resultType=
"com.tiptimes.model.Record"
>
SELECT
...
...
@@ -1098,7 +1098,6 @@
create_id as 'createId'
from t_record
<where>
-- (create_id = '0696a85864f34816adf41e7ce363751c')
create_id = #{createId}
<if
test=
"createBy != null and createBy != ''"
>
AND create_by like concat(concat('%',#{createBy},'%'))
...
...
@@ -1116,6 +1115,15 @@
ORDER BY create_time DESC
</select>
<select
id=
"AboutCopy"
resultType=
"com.tiptimes.model.Record"
>
SELECT
write_people as 'writePeople',
create_id as 'createId'
from t_record
where create_id = #{createId}
</select>
<!-- 问卷管理-导出基础指标1 众创空间场地情况、是否租赁场地(新)-->
<select
id=
"selectSiteConditionListTemp"
resultType=
"com.tiptimes.model.exportDTO.SiteCondition"
>
SELECT *
...
...
src/main/webapp/WEB-INF/page/education/questionnaire_Administration_Tnew.jsp
View file @
0b262979
...
...
@@ -102,7 +102,7 @@
var
url
=
"http://localhost:8081/#/one?session="
+
session
+
"&realID="
+
createId
;
<%--var url = "http://localhost:8081/#/one?session=<%=request.getAttribute("SESSION")%>"--%>
// 创建 iframe
alert
(
url
)
//
alert(url)
var
iframe
=
$
(
'<iframe width="100%" height="100%" src="'
+
url
+
'"></iframe>'
);
// 将 iframe 添加到页面中
...
...
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