排序
This commit is contained in:
@ -97,7 +97,7 @@
|
|||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<router-link
|
<router-link
|
||||||
:to="'/benyi_course/mathtermplan/data/' + scope.row.id"
|
:to="'/benyi_course/mathtermplanprint/table/' + scope.row.id"
|
||||||
class="link-type"
|
class="link-type"
|
||||||
>
|
>
|
||||||
<span>{{ scope.row.name }}</span>
|
<span>{{ scope.row.name }}</span>
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<router-link
|
<router-link
|
||||||
:to="'/benyi_course/thememonthplan/data/' + scope.row.id"
|
:to="'/benyi_course/thememonthplanprint/table/' + scope.row.id"
|
||||||
class="link-type"
|
class="link-type"
|
||||||
>
|
>
|
||||||
<span>{{ scope.row.name }}</span>
|
<span>{{ scope.row.name }}</span>
|
||||||
|
@ -97,7 +97,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>
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<router-link
|
<router-link
|
||||||
:to="'/benyi_course/themeweekplan/data/' + scope.row.id"
|
:to="'/benyi_course/themeweekplanprint/table/' + scope.row.id"
|
||||||
class="link-type"
|
class="link-type"
|
||||||
>
|
>
|
||||||
<span>{{ scope.row.name }}</span>
|
<span>{{ scope.row.name }}</span>
|
||||||
|
@ -6,12 +6,12 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://120.53.14.147:3306/benyi-vue-dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
# url: jdbc:mysql://120.53.14.147:3306/benyi-vue-dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: root
|
|
||||||
password: tsbz2020!
|
|
||||||
# url: jdbc:mysql://192.144.133.123:3306/benyi-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
||||||
# username: root
|
# username: root
|
||||||
# password: msd5Ysql$%123
|
# password: tsbz2020!
|
||||||
|
url: jdbc:mysql://192.144.133.123:3306/benyi-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
|
username: root
|
||||||
|
password: msd5Ysql$%123
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
slave:
|
slave:
|
||||||
# 从数据源开关/默认关闭
|
# 从数据源开关/默认关闭
|
||||||
|
@ -181,6 +181,7 @@
|
|||||||
<if test="otherLanguage != null and otherLanguage != ''">and other_language = #{otherLanguage}</if>
|
<if test="otherLanguage != null and otherLanguage != ''">and other_language = #{otherLanguage}</if>
|
||||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByCheckList" parameterType="ByChild" resultMap="ByChildResult">
|
<select id="selectByCheckList" parameterType="ByChild" resultMap="ByChildResult">
|
||||||
|
@ -40,7 +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
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByMathTermplanById" parameterType="String" resultMap="ByMathTermplanResult">
|
<select id="selectByMathTermplanById" parameterType="String" resultMap="ByMathTermplanResult">
|
||||||
|
@ -40,7 +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
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByThemeTermplanById" parameterType="String" resultMap="ByThemeTermplanResult">
|
<select id="selectByThemeTermplanById" parameterType="String" resultMap="ByThemeTermplanResult">
|
||||||
|
Reference in New Issue
Block a user