排序
This commit is contained in:
parent
7e9cab51e5
commit
f618f66c3d
@ -97,7 +97,7 @@
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
:to="'/benyi_course/mathtermplan/data/' + scope.row.id"
|
||||
:to="'/benyi_course/mathtermplanprint/table/' + scope.row.id"
|
||||
class="link-type"
|
||||
>
|
||||
<span>{{ scope.row.name }}</span>
|
||||
|
@ -121,7 +121,7 @@
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
:to="'/benyi_course/thememonthplan/data/' + scope.row.id"
|
||||
:to="'/benyi_course/thememonthplanprint/table/' + scope.row.id"
|
||||
class="link-type"
|
||||
>
|
||||
<span>{{ scope.row.name }}</span>
|
||||
|
@ -97,7 +97,7 @@
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
:to="'/benyi_course/themetermplan/data/' + scope.row.id"
|
||||
:to="'/benyi_course/themetermplanprint/table/' + scope.row.id"
|
||||
class="link-type"
|
||||
>
|
||||
<span>{{ scope.row.name }}</span>
|
||||
|
@ -122,7 +122,7 @@
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
:to="'/benyi_course/themeweekplan/data/' + scope.row.id"
|
||||
:to="'/benyi_course/themeweekplanprint/table/' + scope.row.id"
|
||||
class="link-type"
|
||||
>
|
||||
<span>{{ scope.row.name }}</span>
|
||||
|
@ -6,12 +6,12 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
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
|
||||
# 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: 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:
|
||||
# 从数据源开关/默认关闭
|
||||
|
@ -181,6 +181,7 @@
|
||||
<if test="otherLanguage != null and otherLanguage != ''">and other_language = #{otherLanguage}</if>
|
||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectByCheckList" parameterType="ByChild" resultMap="ByChildResult">
|
||||
|
@ -40,7 +40,7 @@
|
||||
<if test="spyj != null and spyj != ''">and spyj = #{spyj}</if>
|
||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||
</where>
|
||||
order by createtime desc
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectByMathTermplanById" parameterType="String" resultMap="ByMathTermplanResult">
|
||||
|
@ -40,7 +40,7 @@
|
||||
<if test="sptime != null ">and sptime = #{sptime}</if>
|
||||
<if test="shyj != null and shyj != ''">and shyj = #{shyj}</if>
|
||||
</where>
|
||||
order by createtime desc
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectByThemeTermplanById" parameterType="String" resultMap="ByThemeTermplanResult">
|
||||
|
Loading…
x
Reference in New Issue
Block a user