排序
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||||
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
|
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
|
||||||
</where>
|
</where>
|
||||||
order by month,zc desc
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByThemeWeekplanById" parameterType="String" resultMap="ByThemeWeekplanResult">
|
<select id="selectByThemeWeekplanById" parameterType="String" resultMap="ByThemeWeekplanResult">
|
||||||
|
Reference in New Issue
Block a user