周教学计划 优化

This commit is contained in:
zhanglipeng
2021-08-31 22:56:36 +08:00
parent 8ecd50f01c
commit 0d74d2d6b0
2 changed files with 14 additions and 24 deletions

View File

@ -33,7 +33,7 @@
<if test="day != null and day != ''">and day = #{day}</if>
</where>
order by day
order by activitytime
</select>
<select id="selectByPlanweekitemById" parameterType="Long" resultMap="ByPlanweekitemResult">