排序,查询参数
This commit is contained in:
parent
76f0a8fd61
commit
20879c29c4
|
|
@ -23,7 +23,7 @@
|
|||
<input type="text" name="nickName"/>
|
||||
</li>
|
||||
<li>
|
||||
<label>真是姓名:</label>
|
||||
<label>真实姓名:</label>
|
||||
<input type="text" name="realName"/>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
<form id="formId">
|
||||
<div class="select-list">
|
||||
<ul>
|
||||
<li>
|
||||
<label>昵称:</label>
|
||||
<input type="text" name="nickName"/>
|
||||
</li>
|
||||
<li>
|
||||
<label>学历:</label>
|
||||
<input type="text" name="education"/>
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
<if test="hobby != null and hobby != ''"> and hobby = #{hobby}</if>
|
||||
<if test="choosingStandard != null and choosingStandard != ''"> and choosing_standard = #{choosingStandard}</if>
|
||||
</where>
|
||||
order by id desc
|
||||
</select>
|
||||
|
||||
<select id="selectTbUserSingleById" parameterType="Long" resultMap="TbUserSingleResult">
|
||||
|
|
|
|||
Loading…
Reference in New Issue