优化测试
This commit is contained in:
parent
ea58c0627a
commit
eb857afd05
@ -485,7 +485,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
||||
startStartDto.getResultRecordList().add(resultRecord);
|
||||
|
||||
|
||||
resultRecordService.initFlowRecord(resultRecord.getId());
|
||||
//resultRecordService.initFlowRecord(resultRecord.getId());
|
||||
|
||||
//下面生成实际的考核流程
|
||||
staffInfo.setRecordId(resultRecord.getId());
|
||||
@ -759,7 +759,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
||||
e.printStackTrace();
|
||||
}*/
|
||||
|
||||
resultRecordService.initFlowRecord(resultRecord.getId());
|
||||
//resultRecordService.initFlowRecord(resultRecord.getId());
|
||||
//下面生成ResultDetail对象
|
||||
for (ResultModelDto modelDto:resultModelDtos
|
||||
) {
|
||||
@ -821,7 +821,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
log.info("开始批量推送消息,数量{}", resultRecords.size());
|
||||
log.info("开始批量初始化流程,数量{}", resultRecords.size());
|
||||
for (ResultRecord resultRecord:resultRecords
|
||||
) {
|
||||
String oldNo = ch.qos.logback.classic.Logger.threadLocalNo.get();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user