docs(system): 更新学院名称标识为梧州职业学院

- 将体测相关注释中的学院名称从水利水电职业技术学院更改为梧州职业学院
- 更新Excel工具类中水印文本为梧州职业学院学工系统
- 修改Excel文档属性中的创建者和应用程序信息为梧州职业学院
- 更新勤工助学考勤表标题中的学院名称为梧州职业学院
- 在编译器配置中启用默认注解处理配置文件
This commit is contained in:
LWH
2026-03-20 15:47:30 +08:00
parent 3944715ce4
commit e425a2db0c
4 changed files with 9 additions and 8 deletions

View File

@@ -380,7 +380,7 @@ public class QgzxMoneyController extends BaseController {
SimpleDateFormat sf = new SimpleDateFormat("yyyy年MM月");
String dateStr = sf.format(qgzxMoney.applyTime);
String firstTitle = "广西水利电力职业技术学院"+ dateStr + " 学生勤工助学岗位考勤、考核表";
String firstTitle = "梧州职业学院"+ dateStr + " 学生勤工助学岗位考勤、考核表";
Set<String> depts = list.stream().map(x -> x.deptName).collect(Collectors.toSet());
String secondTitle = "用工部门:" + String.join("", depts);