排序
This commit is contained in:
@ -36,7 +36,6 @@
|
|||||||
<if test="suggest != null and suggest != ''">and suggest = #{suggest}</if>
|
<if test="suggest != null and suggest != ''">and suggest = #{suggest}</if>
|
||||||
<if test="createtime != null ">and createtime = #{createtime}</if>
|
<if test="createtime != null ">and createtime = #{createtime}</if>
|
||||||
</where>
|
</where>
|
||||||
order by createtime desc
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByMathPlanById" parameterType="Long" resultMap="ByMathPlanResult">
|
<select id="selectByMathPlanById" parameterType="Long" resultMap="ByMathPlanResult">
|
||||||
|
Reference in New Issue
Block a user