Commit dd0d3141 authored by 周昊's avatar 周昊

1、修改word导出字段

2、修改pc端清单倒叙
parent 639d35cd
...@@ -75,6 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -75,6 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="endTime != null "> and rp.end_time = #{endTime}</if> <if test="endTime != null "> and rp.end_time = #{endTime}</if>
<if test="status != null and status != ''"> and rp.status = #{status}</if> <if test="status != null and status != ''"> and rp.status = #{status}</if>
</where> </where>
order by rp.id desc
</select> </select>
<select id="selectRiskPlanById" parameterType="Long" resultMap="RiskPlanResult"> <select id="selectRiskPlanById" parameterType="Long" resultMap="RiskPlanResult">
......
...@@ -663,7 +663,7 @@ ...@@ -663,7 +663,7 @@
<w:rPr> <w:rPr>
<wx:font wx:val="宋体"/> <wx:font wx:val="宋体"/>
</w:rPr> </w:rPr>
<w:t>插座电线老化裸露</w:t> <w:t>${name}</w:t>
</w:r> </w:r>
<w:r wsp:rsidRPr="009370A0"> <w:r wsp:rsidRPr="009370A0">
<w:t> (</w:t> <w:t> (</w:t>
...@@ -672,7 +672,7 @@ ...@@ -672,7 +672,7 @@
<w:rPr> <w:rPr>
<wx:font wx:val="宋体"/> <wx:font wx:val="宋体"/>
</w:rPr> </w:rPr>
<w:t>较小风险</w:t> <w:t>${level}</w:t>
</w:r> </w:r>
<w:r wsp:rsidRPr="009370A0"> <w:r wsp:rsidRPr="009370A0">
<w:t>)</w:t> <w:t>)</w:t>
...@@ -693,7 +693,9 @@ ...@@ -693,7 +693,9 @@
<w:rPr> <w:rPr>
<wx:font wx:val="宋体"/> <wx:font wx:val="宋体"/>
</w:rPr> </w:rPr>
<w:t>插线板</w:t> <#if dangerName??>
<w:t>${dangerName}</w:t>
</#if>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -761,7 +763,7 @@ ...@@ -761,7 +763,7 @@
<w:rPr> <w:rPr>
<wx:font wx:val="宋体"/> <wx:font wx:val="宋体"/>
</w:rPr> </w:rPr>
<w:t>设备设施类</w:t> <w:t>${pointType}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -779,7 +781,7 @@ ...@@ -779,7 +781,7 @@
<w:rPr> <w:rPr>
<wx:font wx:val="宋体"/> <wx:font wx:val="宋体"/>
</w:rPr> </w:rPr>
<w:t>触电</w:t> <w:t>${type}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -903,7 +905,7 @@ ...@@ -903,7 +905,7 @@
<w:rPr> <w:rPr>
<wx:font wx:val="宋体"/> <wx:font wx:val="宋体"/>
</w:rPr> </w:rPr>
<w:t>在容易发生隐患的地点张贴提示标识。</w:t> <w:t>${measuresAdministration}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -983,7 +985,7 @@ ...@@ -983,7 +985,7 @@
<w:jc w:val="center"/> <w:jc w:val="center"/>
</w:pPr> </w:pPr>
<w:r wsp:rsidRPr="009370A0"> <w:r wsp:rsidRPr="009370A0">
<w:t>0</w:t> <w:t>${deptName}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -998,7 +1000,7 @@ ...@@ -998,7 +1000,7 @@
<w:jc w:val="center"/> <w:jc w:val="center"/>
</w:pPr> </w:pPr>
<w:r wsp:rsidRPr="009370A0"> <w:r wsp:rsidRPr="009370A0">
<w:t>123</w:t> <w:t>${userName}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -1016,7 +1018,7 @@ ...@@ -1016,7 +1018,7 @@
<w:rPr> <w:rPr>
<wx:font wx:val="宋体"/> <wx:font wx:val="宋体"/>
</w:rPr> </w:rPr>
<w:t>紧急关闭电源</w:t> <w:t>${measuresEmergency}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
......
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