Commit 41a3f10a by 周王清

快速链接_第二版

parent e56cf9a3
......@@ -7,7 +7,7 @@
</div>
<table id="list" style="width: 100%; height: 100%;"></table>
<div id="tb">
<form id="attendanceTab_searchForm" style="float:left">
<form id="friendlinkTab_searchForm" style="float:left">
标题: <input class="easyui-textbox" id="FIELD_TITLE" name="FIELD_TITLE" style="width:200px"/>&nbsp;&nbsp;
</form>
<a href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search',plain:true" onclick="javascript:searchRow()">查询</a>
......
......@@ -22,7 +22,7 @@
<td style="width: 15%;" class="tableStyleLable"><span>排序:</span>
</td>
<td style="width: 85%">
<input class="easyui-numberspinner" data-options="min:0,max:8 ,required:true" id="SORT" name="FIELD_SORT" style="width:50px" />
<input class="easyui-numberspinner" data-options="min:0,max:8 ,required:true" id="SORT" name="FIELD_SORT" style="width:150px" />
</td>
</tr>
</table>
......
......@@ -5,7 +5,7 @@
<where>
<trim prefixOverrides="AND |OR">
<if test="TITLE != null and TITLE != ''">
and t.TITLE = #{TITLE}
and t.TITLE like '%${TITLE}%'
</if>
<if test="URL != null and URL != ''">
and t.URL = #{URL}
......
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