Commit 042719e0 authored by 张宇杰's avatar 张宇杰

修改

parent 362435cc
...@@ -1098,7 +1098,7 @@ ...@@ -1098,7 +1098,7 @@
create_id as 'createId' create_id as 'createId'
from t_record from t_record
<where> <where>
(create_id = '0696a85864f34816adf41e7ce363751c') create_id = #{createId}
<if test="createBy != null and createBy != ''"> <if test="createBy != null and createBy != ''">
AND create_by like concat(concat('%',#{createBy},'%')) AND create_by like concat(concat('%',#{createBy},'%'))
</if> </if>
...@@ -1115,6 +1115,15 @@ ...@@ -1115,6 +1115,15 @@
ORDER BY create_time DESC ORDER BY create_time DESC
</select> </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 众创空间场地情况、是否租赁场地(新)--> <!-- 问卷管理-导出基础指标1 众创空间场地情况、是否租赁场地(新)-->
<select id="selectSiteConditionListTemp" resultType="com.tiptimes.model.exportDTO.SiteCondition"> <select id="selectSiteConditionListTemp" resultType="com.tiptimes.model.exportDTO.SiteCondition">
SELECT * SELECT *
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
var url = "http://localhost:8081/#/one?session="+session+"&realID="+createId; var url = "http://localhost:8081/#/one?session="+session+"&realID="+createId;
<%--var url = "http://localhost:8081/#/one?session=<%=request.getAttribute("SESSION")%>"--%> <%--var url = "http://localhost:8081/#/one?session=<%=request.getAttribute("SESSION")%>"--%>
// 创建 iframe // 创建 iframe
alert(url) // alert(url)
var iframe = $('<iframe width="100%" height="100%" src="' + url + '"></iframe>'); var iframe = $('<iframe width="100%" height="100%" src="' + url + '"></iframe>');
// 将 iframe 添加到页面中 // 将 iframe 添加到页面中
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment