|
@ -111,7 +111,7 @@ public class DfRecordService extends BaseService<DfRecordMapper, DfRecord> { |
|
|
item.setContent(o.getContent()); |
|
|
item.setContent(o.getContent()); |
|
|
item.setParts(String.join(PART_SEPARATOR, o.getParts())); |
|
|
item.setParts(String.join(PART_SEPARATOR, o.getParts())); |
|
|
item.setStatus(CheckingStatus.NORMAL.getValue()); |
|
|
item.setStatus(CheckingStatus.NORMAL.getValue()); |
|
|
item.setRecordId(""); |
|
|
item.setProblem(""); |
|
|
dfRecordItemMapper.insert(item); |
|
|
dfRecordItemMapper.insert(item); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|