mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-25 10:42:59 +08:00
fix:【FCJDFDXTXS-170】经过生产库数据确认,修改作业内容字段为hwAnswer
This commit is contained in:
@@ -1572,7 +1572,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数据写入临时文件
|
||||
|
||||
Reference in New Issue
Block a user