refactor(测试计划): 优化报告手动生成功能
This commit is contained in:
parent
90dfd84a4e
commit
00f55cea42
|
@ -254,7 +254,7 @@ public class TestPlanReportService {
|
|||
TestPlanReport record = new TestPlanReport();
|
||||
record.setId(genReportId);
|
||||
record.setDefaultLayout(false);
|
||||
testPlanReportMapper.updateByPrimaryKey(record);
|
||||
testPlanReportMapper.updateByPrimaryKeySelective(record);
|
||||
// 处理富文本文件
|
||||
transferRichTextTmpFile(genReportId, request.getProjectId(), request.getRichTextTmpFileIds(), currentUser, TestPlanReportAttachmentSourceType.RICH_TEXT.name());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue