学工系统功能房功能模块功能修改
-修改预约记录导出字段(借用学期) -为详情统计添加部门多选查询
This commit is contained in:
@@ -116,6 +116,8 @@ public class RtStuDisciplinaryApplicationServiceImpl extends ServiceImpl<RtStuDi
|
||||
// 根据处分等级设置处分到期时间
|
||||
switch (penaltyType.intValue()) {
|
||||
case 0: // 警告
|
||||
calendar.add(Calendar.MONTH, 6); // 6个月后
|
||||
break;
|
||||
case 1: // 严重警告
|
||||
calendar.add(Calendar.MONTH, 6); // 6个月后
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user