fix:【FCJDFDXTXS-170】经过生产库数据确认,修改作业内容字段为hwAnswer

This commit is contained in:
miaowenbo
2025-12-16 19:29:55 +08:00
committed by joshen
parent 3df1d8b120
commit 70dd103e73

View File

@@ -1664,7 +1664,8 @@ public class StudyCourseApi extends ApiBaseController{
String hwStatus = (hw.getScore() != null) ? "已完成" : "未完成";
map.put("完成状态", hwStatus);
// 作业内容
map.put("作业内容", hw.getHwName());
// 25.12.16确认经过生产数据确认作业内容存储在hwAnswer字段
map.put("作业内容", hw.getHwAnswer());
return map;
}).collect(Collectors.toList());
// 先将Excel数据写入临时文件