排序
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
<if test="updateuserid != null ">and updateuserid = #{updateuserid}</if>
|
<if test="updateuserid != null ">and updateuserid = #{updateuserid}</if>
|
||||||
<if test="wpid != null and wpid != ''">and wpid = #{wpid}</if>
|
<if test="wpid != null and wpid != ''">and wpid = #{wpid}</if>
|
||||||
</where>
|
</where>
|
||||||
order by zhou
|
order by daytime
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByThemeWeekplanitemById" parameterType="Long" resultMap="ByThemeWeekplanitemResult">
|
<select id="selectByThemeWeekplanitemById" parameterType="Long" resultMap="ByThemeWeekplanitemResult">
|
||||||
|
Reference in New Issue
Block a user