master
20918 2 months ago
parent 0d956d1200
commit 8edb2e702a

Binary file not shown.

@ -32,12 +32,12 @@
</select>
<select id="selectItemByCaseNo" parameterType="String" resultMap="ItemResult">
<include refid="selectItemVo1"/>
<include refid="selectItemVo"/>
where case_no = #{caseno}
</select>
<select id="selectItemList" parameterType="Item" resultMap="ItemResult">
<include refid="selectItemVo1"/>
<include refid="selectItemVo"/>
<where>
<if test="itemNo != null and itemNo != ''">
AND item_no like '%'||#{itemNo}||'%' <!-- concat('%', #{noticeTitle}, '%') -->

@ -66,7 +66,7 @@
createUrl: prefix + "/add/{id}",
updateUrl: prefix + "/edit/{id}",
removeUrl: prefix + "/remove",
exportUrl: prefix + "/export",
exportUrl: prefix + `/export/${caseNo}`,
modalName: "案件管理",
columns: [{
checkbox: true
@ -74,7 +74,7 @@
{
field: 'id',
title: '主键',
visible: false
isVisible: false
},
{
field: 'caseNo',

Loading…
Cancel
Save