排序
This commit is contained in:
parent
a89cf3ce01
commit
7e9cab51e5
@ -115,7 +115,7 @@
|
|||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<router-link
|
<router-link
|
||||||
:to="'/benyi_course/themetermplan/data/' + scope.row.id"
|
:to="'/benyi_course/themetermplanprint/table/' + scope.row.id"
|
||||||
class="link-type"
|
class="link-type"
|
||||||
>
|
>
|
||||||
<span>{{ scope.row.name }}</span>
|
<span>{{ scope.row.name }}</span>
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
<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">
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
<if test="spyj != null and spyj != ''">and spyj = #{spyj}</if>
|
<if test="spyj != null and spyj != ''">and spyj = #{spyj}</if>
|
||||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by createtime desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByMathTermplanById" parameterType="String" resultMap="ByMathTermplanResult">
|
<select id="selectByMathTermplanById" parameterType="String" resultMap="ByMathTermplanResult">
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
<if test="sptime != null ">and sptime = #{sptime}</if>
|
<if test="sptime != null ">and sptime = #{sptime}</if>
|
||||||
<if test="shyj != null and shyj != ''">and shyj = #{shyj}</if>
|
<if test="shyj != null and shyj != ''">and shyj = #{shyj}</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by createtime desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByThemeTermplanById" parameterType="String" resultMap="ByThemeTermplanResult">
|
<select id="selectByThemeTermplanById" parameterType="String" resultMap="ByThemeTermplanResult">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user