1、添加实施计划统计分析;

2、添加单课程实施计划列表;
3、恢复同步班历;
4、冲突项添加颜色分级;
5、校历补上正课;
6、添加教学场地总览;
This commit is contained in:
2026-09-17 18:20:48 +08:00
parent 351df2cba2
commit 971ea46da5
11 changed files with 973 additions and 48 deletions
@@ -13,10 +13,11 @@
<result column="备注显示" property="bzxs" />
<result column="自动排课" property="zdpk" />
<result column="节次" property="courseClass"/>
<result column="正课" property="zk"/>
</resultMap>
<sql id="Base_Column_List">
编号, 年度, 假期时间, 假期名称, 加粗, 备注, 可排课, 备注显示, 自动排课, 节次
编号, 年度, 假期时间, 假期名称, 加粗, 备注, 可排课, 备注显示, 自动排课, 节次, 正课
</sql>
<!-- 分页查询 -->